#372177

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

Shades of Persian Indigo #372177

Tints of Persian Indigo #372177

Color information

#372177 (or 0x372177) is unknown color: approx Persian Indigo. HEX triplet: 37, 21 and 77. RGB value is (55,33,119). Sum of RGB (Red+Green+Blue) = 55+33+119=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #372177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372177 is #C8DE88. Grayscale: #313131. Windows color (decimal): -13164169 or 7807287. OLE color: 7807287.

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

Color convert

RGB5533119-
CMYK0.540.7200.53
HSL255.35º56.58%29.8%-
HSV(B)255.35º72.27%46.67%-
XYZ5.453.2317.79-
YUV49.38167.29132.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 33 (13.28% from 255) = 15.94%
BLUE value IS 119 (46.88% from 255) = 57.49%
R=26.57%
G=15.94%
B=57.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55331190.540.7200.53255.3556.5829.8
Hex3721773648035ff391e
Octal6741167661100653777136
Binary1101111000011110111110110100100001101011111111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372177; }

 p { color: rgb(55,33,119); }

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

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

 a { background-color: rgb(55,33,119); }

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

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

 span { border-color: rgb(55,33,119); }

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