#37027D

Color #37027D Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #37027D

Tints of Persian Indigo #37027D

Color information

#37027D (or 0x37027D) is unknown color: approx Persian Indigo. HEX triplet: 37, 02 and 7D. RGB value is (55,2,125). Sum of RGB (Red+Green+Blue) = 55+2+125=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 125 (49.22% from 255 or 68.68% from 182); Max value from RGB is 125 - color contains mainly: blue. Hex color #37027D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37027D is #C8FD82. Grayscale: #1F1F1F. Windows color (decimal): -13172099 or 8192567. OLE color: 8192567.

HSL color Cylindrical-coordinate representation of color #37027D: hue angle of 265.85º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #37027D is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB552125-
CMYK0.560.9800.51
HSL265.85º96.85%24.9%-
HSV(B)265.85º98.4%49.02%-
XYZ5.32.3419.57-
YUV31.87180.56144.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 30.22%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 125 (49.22% from 255) = 68.68%
R=30.22%
G=1.10%
B=68.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5521250.560.9800.51265.8596.8524.9
Hex3727D386203310a6119
Octal6721757014206341214131
Binary11011110111110111100011000100110011100001010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37027D; }

 p { color: rgb(55,2,125); }

 H1.HeaderClassName
 {
   color: #37027D;
 }
 .AnyTagClassName
 {
   color: #37027D;
 }
</style>
background-color css

<style>
 a { background-color: #37027D; }

 a { background-color: rgb(55,2,125); }

 div.DivClassName
 {
   background-color: #37027D;
 }
 .BgClassName
 {
   background-color: #37027D;
 }
</style>
border-color css

<style>
 span { border-color: #37027D; }

 span { border-color: rgb(55,2,125); }

 td.TdClassName
 {
   border-color: #37027D;
 }
 .TagClassName
 {
   border-color: #37027D;
 }
</style>