#372375

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

Shades of Persian Indigo #372375

Tints of Persian Indigo #372375

Color information

#372375 (or 0x372375) is unknown color: approx Persian Indigo. HEX triplet: 37, 23 and 75. RGB value is (55,35,117). Sum of RGB (Red+Green+Blue) = 55+35+117=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #372375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372375 is #C8DC8A. Grayscale: #323232. Windows color (decimal): -13163659 or 7676727. OLE color: 7676727.

HSL color Cylindrical-coordinate representation of color #372375: hue angle of 254.63º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #372375 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5535117-
CMYK0.530.7000.54
HSL254.63º53.95%29.8%-
HSV(B)254.63º70.09%45.88%-
XYZ5.393.317.18-
YUV50.33165.63131.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 117 (46.09% from 255) = 56.52%
R=26.57%
G=16.91%
B=56.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55351170.530.7000.54254.6353.9529.8
Hex3723753546036ff361e
Octal6743165651060663776636
Binary1101111000111110101110101100011001101101111111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372375; }

 p { color: rgb(55,35,117); }

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

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

 a { background-color: rgb(55,35,117); }

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

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

 span { border-color: rgb(55,35,117); }

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