#311583

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

Shades of Persian Indigo #311583

Tints of Persian Indigo #311583

Color information

#311583 (or 0x311583) is unknown color: approx Persian Indigo. HEX triplet: 31, 15 and 83. RGB value is (49,21,131). Sum of RGB (Red+Green+Blue) = 49+21+131=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 131 (51.56% from 255 or 65.17% from 201); Max value from RGB is 131 - color contains mainly: blue. Hex color #311583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311583 is #CEEA7C. Grayscale: #292929. Windows color (decimal): -13560445 or 8590641. OLE color: 8590641.

HSL color Cylindrical-coordinate representation of color #311583: hue angle of 255.27º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311583 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4921131-
CMYK0.630.8400.49
HSL255.27º72.37%29.8%-
HSV(B)255.27º83.97%51.37%-
XYZ5.632.8321.72-
YUV41.91178.28133.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 131 (51.56% from 255) = 65.17%
R=24.38%
G=10.45%
B=65.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49211310.630.8400.49255.2772.3729.8
Hex3115833F54031ff481e
Octal61252037712406137711036
Binary11000110101100000111111111010100011000111111111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311583; }

 p { color: rgb(49,21,131); }

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

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

 a { background-color: rgb(49,21,131); }

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

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

 span { border-color: rgb(49,21,131); }

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