#312183

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

Shades of Persian Indigo #312183

Tints of Persian Indigo #312183

Color information

#312183 (or 0x312183) is unknown color: approx Persian Indigo. HEX triplet: 31, 21 and 83. RGB value is (49,33,131). Sum of RGB (Red+Green+Blue) = 49+33+131=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #312183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312183 is #CEDE7C. Grayscale: #303030. Windows color (decimal): -13557373 or 8593713. OLE color: 8593713.

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

Color convert

RGB4933131-
CMYK0.630.7500.49
HSL249.8º59.76%32.16%-
HSV(B)249.8º74.81%51.37%-
XYZ5.913.3821.81-
YUV48.96174.3128.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 131 (51.56% from 255) = 61.50%
R=23.00%
G=15.49%
B=61.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49331310.630.7500.49249.859.7632.16
Hex3121833F4B031fa3c20
Octal6141203771130613727440
Binary110001100001100000111111111001011011000111111010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312183; }

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

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

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

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

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

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

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

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