#371A72

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

Shades of Persian Indigo #371A72

Tints of Persian Indigo #371A72

Color information

#371A72 (or 0x371A72) is unknown color: approx Persian Indigo. HEX triplet: 37, 1A and 72. RGB value is (55,26,114). Sum of RGB (Red+Green+Blue) = 55+26+114=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #371A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371A72 is #C8E58D. Grayscale: #2C2C2C. Windows color (decimal): -13165966 or 7477815. OLE color: 7477815.

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

Color convert

RGB5526114-
CMYK0.520.7700.55
HSL259.77º62.86%27.45%-
HSV(B)259.77º77.19%44.71%-
XYZ4.982.7716.19-
YUV44.7167.11135.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.21%
GREEN value IS 26 (10.55% from 255) = 13.33%
BLUE value IS 114 (44.92% from 255) = 58.46%
R=28.21%
G=13.33%
B=58.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55261140.520.7700.55259.7762.8627.45
Hex371A72344D0371043f1b
Octal6732162641150674047733
Binary1101111101011100101101001001101011011110000010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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