#370872

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

Shades of Persian Indigo #370872

Tints of Persian Indigo #370872

Color information

#370872 (or 0x370872) is unknown color: approx Persian Indigo. HEX triplet: 37, 08 and 72. RGB value is (55,8,114). Sum of RGB (Red+Green+Blue) = 55+8+114=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #370872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370872 is #C8F78D. Grayscale: #212121. Windows color (decimal): -13170574 or 7473207. OLE color: 7473207.

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

Color convert

RGB558114-
CMYK0.520.9300.55
HSL266.6º86.89%23.92%-
HSV(B)266.6º92.98%44.71%-
XYZ4.72.216.1-
YUV34.14173.07142.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.07%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 114 (44.92% from 255) = 64.41%
R=31.07%
G=4.52%
B=64.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5581140.520.9300.55266.686.8923.92
Hex37872345D03710b5718
Octal67101626413506741312730
Binary1101111000111001011010010111010110111100001011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370872; }

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

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

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

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

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

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

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

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