#370072

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

Shades of Persian Indigo #370072

Tints of Persian Indigo #370072

Color information

#370072 (or 0x370072) is unknown color: approx Persian Indigo. HEX triplet: 37, 00 and 72. RGB value is (55,0,114). Sum of RGB (Red+Green+Blue) = 55+0+114=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #370072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370072 is #C8FF8D. Grayscale: #1D1D1D. Windows color (decimal): -13172622 or 7471159. OLE color: 7471159.

HSL color Cylindrical-coordinate representation of color #370072: hue angle of 268.95º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370072 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB550114-
CMYK0.52100.55
HSL268.95º100%22.35%-
HSV(B)268.95º100%44.71%-
XYZ4.612.0316.07-
YUV29.44175.72146.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 67.46%
R=32.54%
G=0%
B=67.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5501140.52100.55268.9510022.35
Hex37072346403710d6416
Octal6701626414406741514426
Binary1101110111001011010011001000110111100001101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370072; }

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

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

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

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

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

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

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

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