#312583

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

Shades of Persian Indigo #312583

Tints of Persian Indigo #312583

Color information

#312583 (or 0x312583) is unknown color: approx Persian Indigo. HEX triplet: 31, 25 and 83. RGB value is (49,37,131). Sum of RGB (Red+Green+Blue) = 49+37+131=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 131 (51.56% from 255 or 60.37% from 217); Max value from RGB is 131 - color contains mainly: blue. Hex color #312583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312583 is #CEDA7C. Grayscale: #323232. Windows color (decimal): -13556349 or 8594737. OLE color: 8594737.

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

Color convert

RGB4937131-
CMYK0.630.7200.49
HSL247.66º55.95%32.94%-
HSV(B)247.66º71.76%51.37%-
XYZ6.023.6121.85-
YUV51.3172.98126.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 131 (51.56% from 255) = 60.37%
R=22.58%
G=17.05%
B=60.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49371310.630.7200.49247.6655.9532.94
Hex3125833F48031f83821
Octal6145203771100613707041
Binary110001100101100000111111111001000011000111111000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312583; }

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

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

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

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

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

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

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

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