#371B83

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

Shades of Persian Indigo #371B83

Tints of Persian Indigo #371B83

Color information

#371B83 (or 0x371B83) is unknown color: approx Persian Indigo. HEX triplet: 37, 1B and 83. RGB value is (55,27,131). Sum of RGB (Red+Green+Blue) = 55+27+131=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #371B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371B83 is #C8E47C. Grayscale: #2E2E2E. Windows color (decimal): -13165693 or 8592183. OLE color: 8592183.

HSL color Cylindrical-coordinate representation of color #371B83: hue angle of 256.15º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #371B83 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5527131-
CMYK0.580.7900.49
HSL256.15º65.82%30.98%-
HSV(B)256.15º79.39%51.37%-
XYZ6.063.2321.78-
YUV47.23175.28133.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.82%
GREEN value IS 27 (10.94% from 255) = 12.68%
BLUE value IS 131 (51.56% from 255) = 61.50%
R=25.82%
G=12.68%
B=61.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55271310.580.7900.49256.1565.8230.98
Hex371B833A4F031100421f
Octal67332037211706140010237
Binary110111110111000001111101010011110110001100000000100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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