#371E83

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

Shades of Persian Indigo #371E83

Tints of Persian Indigo #371E83

Color information

#371E83 (or 0x371E83) is unknown color: approx Persian Indigo. HEX triplet: 37, 1E and 83. RGB value is (55,30,131). Sum of RGB (Red+Green+Blue) = 55+30+131=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 131 (51.56% from 255 or 60.65% from 216); Max value from RGB is 131 - color contains mainly: blue. Hex color #371E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371E83 is #C8E17C. Grayscale: #303030. Windows color (decimal): -13164925 or 8592951. OLE color: 8592951.

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

Color convert

RGB5530131-
CMYK0.580.7700.49
HSL254.85º62.73%31.57%-
HSV(B)254.85º77.1%51.37%-
XYZ6.143.3821.8-
YUV48.99174.28132.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.46%
GREEN value IS 30 (12.11% from 255) = 13.89%
BLUE value IS 131 (51.56% from 255) = 60.65%
R=25.46%
G=13.89%
B=60.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55301310.580.7700.49254.8562.7331.57
Hex371E833A4D031ff3f20
Octal6736203721150613777740
Binary11011111110100000111110101001101011000111111111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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