#37006A

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

Shades of Persian Indigo #37006A

Tints of Persian Indigo #37006A

Color information

#37006A (or 0x37006A) is unknown color: approx Persian Indigo. HEX triplet: 37, 00 and 6A. RGB value is (55,0,106). Sum of RGB (Red+Green+Blue) = 55+0+106=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 106 (41.80% from 255 or 65.84% from 161); Max value from RGB is 106 - color contains mainly: blue. Hex color #37006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37006A is #C8FF95. Grayscale: #1C1C1C. Windows color (decimal): -13172630 or 6946871. OLE color: 6946871.

HSL color Cylindrical-coordinate representation of color #37006A: hue angle of 271.13º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37006A is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB550106-
CMYK0.48100.58
HSL271.13º100%20.78%-
HSV(B)271.13º100%41.57%-
XYZ4.181.8513.77-
YUV28.53171.72146.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 65.84%
R=34.16%
G=0%
B=65.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5501060.48100.58271.1310020.78
Hex3706A306403A10f6415
Octal6701526014407241714425
Binary1101110110101011000011001000111010100001111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37006A; }

 p { color: rgb(55,0,106); }

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

<style>
 a { background-color: #37006A; }

 a { background-color: rgb(55,0,106); }

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

<style>
 span { border-color: #37006A; }

 span { border-color: rgb(55,0,106); }

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