#311082

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

Shades of Persian Indigo #311082

Tints of Persian Indigo #311082

Color information

#311082 (or 0x311082) is unknown color: approx Persian Indigo. HEX triplet: 31, 10 and 82. RGB value is (49,16,130). Sum of RGB (Red+Green+Blue) = 49+16+130=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #311082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311082 is #CEEF7D. Grayscale: #262626. Windows color (decimal): -13561726 or 8523825. OLE color: 8523825.

HSL color Cylindrical-coordinate representation of color #311082: hue angle of 257.37º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311082 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4916130-
CMYK0.620.8800.49
HSL257.37º78.08%28.63%-
HSV(B)257.37º87.69%50.98%-
XYZ5.482.6421.34-
YUV38.86179.43135.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 130 (51.17% from 255) = 66.67%
R=25.13%
G=8.21%
B=66.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49161300.620.8800.49257.3778.0828.63
Hex3110823E580311014e1d
Octal61202027613006140111635
Binary110001100001000001011111010110000110001100000001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311082; }

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

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

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

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

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

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

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

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