#371C72

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

Shades of Persian Indigo #371C72

Tints of Persian Indigo #371C72

Color information

#371C72 (or 0x371C72) is unknown color: approx Persian Indigo. HEX triplet: 37, 1C and 72. RGB value is (55,28,114). Sum of RGB (Red+Green+Blue) = 55+28+114=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #371C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C72 is #C8E38D. Grayscale: #2D2D2D. Windows color (decimal): -13165454 or 7478327. OLE color: 7478327.

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

Color convert

RGB5528114-
CMYK0.520.7500.55
HSL258.84º60.56%27.84%-
HSV(B)258.84º75.44%44.71%-
XYZ5.032.8616.21-
YUV45.88166.45134.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.92%
GREEN value IS 28 (11.33% from 255) = 14.21%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=27.92%
G=14.21%
B=57.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55281140.520.7500.55258.8460.5627.84
Hex371C72344B0371033d1c
Octal6734162641130674037534
Binary1101111110011100101101001001011011011110000001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371C72; }

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

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

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

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

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

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

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

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