#371983

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

Shades of Persian Indigo #371983

Tints of Persian Indigo #371983

Color information

#371983 (or 0x371983) is unknown color: approx Persian Indigo. HEX triplet: 37, 19 and 83. RGB value is (55,25,131). Sum of RGB (Red+Green+Blue) = 55+25+131=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 131 (51.56% from 255 or 62.09% from 211); Max value from RGB is 131 - color contains mainly: blue. Hex color #371983 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371983 is #C8E67C. Grayscale: #2D2D2D. Windows color (decimal): -13166205 or 8591671. OLE color: 8591671.

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

Color convert

RGB5525131-
CMYK0.580.8100.49
HSL256.98º67.95%30.59%-
HSV(B)256.98º80.92%51.37%-
XYZ6.023.1521.76-
YUV46.05175.94134.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.07%
GREEN value IS 25 (10.16% from 255) = 11.85%
BLUE value IS 131 (51.56% from 255) = 62.09%
R=26.07%
G=11.85%
B=62.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55251310.580.8100.49256.9867.9530.59
Hex3719833A51031101441f
Octal67312037212106140110437
Binary110111110011000001111101010100010110001100000001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371983; }

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

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

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

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

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

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

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

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