#312082

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

Shades of Persian Indigo #312082

Tints of Persian Indigo #312082

Color information

#312082 (or 0x312082) is unknown color: approx Persian Indigo. HEX triplet: 31, 20 and 82. RGB value is (49,32,130). Sum of RGB (Red+Green+Blue) = 49+32+130=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #312082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312082 is #CEDF7D. Grayscale: #2F2F2F. Windows color (decimal): -13557630 or 8527921. OLE color: 8527921.

HSL color Cylindrical-coordinate representation of color #312082: hue angle of 250.41º 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 #312082 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4932130-
CMYK0.620.7500.49
HSL250.41º60.49%31.76%-
HSV(B)250.41º75.38%50.98%-
XYZ5.813.321.45-
YUV48.26174.13128.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 130 (51.17% from 255) = 61.61%
R=23.22%
G=15.17%
B=61.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49321300.620.7500.49250.4160.4931.76
Hex3120823E4B031fa3c20
Octal6140202761130613727440
Binary110001100000100000101111101001011011000111111010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312082; }

 p { color: rgb(49,32,130); }

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

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

 a { background-color: rgb(49,32,130); }

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

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

 span { border-color: rgb(49,32,130); }

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