#371B72

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

Shades of Persian Indigo #371B72

Tints of Persian Indigo #371B72

Color information

#371B72 (or 0x371B72) is unknown color: approx Persian Indigo. HEX triplet: 37, 1B and 72. RGB value is (55,27,114). Sum of RGB (Red+Green+Blue) = 55+27+114=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #371B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371B72 is #C8E48D. Grayscale: #2C2C2C. Windows color (decimal): -13165710 or 7478071. OLE color: 7478071.

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

Color convert

RGB5527114-
CMYK0.520.7600.55
HSL259.31º61.7%27.65%-
HSV(B)259.31º76.32%44.71%-
XYZ52.8116.2-
YUV45.29166.78134.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.06%
GREEN value IS 27 (10.94% from 255) = 13.78%
BLUE value IS 114 (44.92% from 255) = 58.16%
R=28.06%
G=13.78%
B=58.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55271140.520.7600.55259.3161.727.65
Hex371B72344C0371033e1c
Octal6733162641140674037634
Binary1101111101111100101101001001100011011110000001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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