#312283

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

Shades of Persian Indigo #312283

Tints of Persian Indigo #312283

Color information

#312283 (or 0x312283) is unknown color: approx Persian Indigo. HEX triplet: 31, 22 and 83. RGB value is (49,34,131). Sum of RGB (Red+Green+Blue) = 49+34+131=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 131 (51.56% from 255 or 61.21% from 214); Max value from RGB is 131 - color contains mainly: blue. Hex color #312283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312283 is #CEDD7C. Grayscale: #313131. Windows color (decimal): -13557117 or 8593969. OLE color: 8593969.

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

Color convert

RGB4934131-
CMYK0.630.7400.49
HSL249.28º58.79%32.35%-
HSV(B)249.28º74.05%51.37%-
XYZ5.943.4421.82-
YUV49.54173.97127.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.90%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 131 (51.56% from 255) = 61.21%
R=22.90%
G=15.89%
B=61.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49341310.630.7400.49249.2858.7932.35
Hex3122833F4A031f93b20
Octal6142203771120613717340
Binary110001100010100000111111111001010011000111111001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312283; }

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

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

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

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

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

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

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

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