#372277

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

Shades of Persian Indigo #372277

Tints of Persian Indigo #372277

Color information

#372277 (or 0x372277) is unknown color: approx Persian Indigo. HEX triplet: 37, 22 and 77. RGB value is (55,34,119). Sum of RGB (Red+Green+Blue) = 55+34+119=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #372277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372277 is #C8DD88. Grayscale: #313131. Windows color (decimal): -13163913 or 7807543. OLE color: 7807543.

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

Color convert

RGB5534119-
CMYK0.540.7100.53
HSL254.82º55.56%30%-
HSV(B)254.82º71.43%46.67%-
XYZ5.483.2917.8-
YUV49.97166.96131.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.44%
GREEN value IS 34 (13.67% from 255) = 16.35%
BLUE value IS 119 (46.88% from 255) = 57.21%
R=26.44%
G=16.35%
B=57.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55341190.540.7100.53254.8255.5630
Hex3722773647035ff381e
Octal6742167661070653777036
Binary1101111000101110111110110100011101101011111111111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372277; }

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

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

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

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

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

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

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

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