#371B76

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

Shades of Persian Indigo #371B76

Tints of Persian Indigo #371B76

Color information

#371B76 (or 0x371B76) is unknown color: approx Persian Indigo. HEX triplet: 37, 1B and 76. RGB value is (55,27,118). Sum of RGB (Red+Green+Blue) = 55+27+118=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #371B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371B76 is #C8E489. Grayscale: #2D2D2D. Windows color (decimal): -13165706 or 7740215. OLE color: 7740215.

HSL color Cylindrical-coordinate representation of color #371B76: hue angle of 258.46º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #371B76 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5527118-
CMYK0.530.7700.54
HSL258.46º62.76%28.43%-
HSV(B)258.46º77.12%46.27%-
XYZ5.242.917.42-
YUV45.75168.78134.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.5%
GREEN value IS 27 (10.94% from 255) = 13.5%
BLUE value IS 118 (46.48% from 255) = 59%
R=27.5%
G=13.5%
B=59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55271180.530.7700.54258.4662.7628.43
Hex371B76354D0361023f1c
Octal6733166651150664027734
Binary1101111101111101101101011001101011011010000001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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