#311081

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

Shades of Persian Indigo #311081

Tints of Persian Indigo #311081

Color information

#311081 (or 0x311081) is unknown color: approx Persian Indigo. HEX triplet: 31, 10 and 81. RGB value is (49,16,129). Sum of RGB (Red+Green+Blue) = 49+16+129=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #311081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311081 is #CEEF7E. Grayscale: #262626. Windows color (decimal): -13561727 or 8458289. OLE color: 8458289.

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

Color convert

RGB4916129-
CMYK0.620.8800.49
HSL257.52º77.93%28.43%-
HSV(B)257.52º87.6%50.59%-
XYZ5.412.6120.99-
YUV38.75178.93135.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 129 (50.78% from 255) = 66.49%
R=25.26%
G=8.25%
B=66.49%

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
Decimal49161290.620.8800.49257.5277.9328.43
Hex3110813E580311024e1c
Octal61202017613006140211634
Binary110001100001000000111111010110000110001100000010100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311081; }

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

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

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

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

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

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

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

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