#311092

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

Shades of Persian Indigo #311092

Tints of Persian Indigo #311092

Color information

#311092 (or 0x311092) is unknown color: approx Persian Indigo. HEX triplet: 31, 10 and 92. RGB value is (49,16,146). Sum of RGB (Red+Green+Blue) = 49+16+146=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #311092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311092 is #CEEF6D. Grayscale: #282828. Windows color (decimal): -13561710 or 9572401. OLE color: 9572401.

HSL color Cylindrical-coordinate representation of color #311092: hue angle of 255.23º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #311092 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4916146-
CMYK0.660.8900.43
HSL255.23º80.25%31.76%-
HSV(B)255.23º89.04%57.25%-
XYZ6.643.127.44-
YUV40.69187.43133.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 16 (6.64% from 255) = 7.58%
BLUE value IS 146 (57.42% from 255) = 69.19%
R=23.22%
G=7.58%
B=69.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49161460.660.8900.43255.2380.2531.76
Hex311092425902Bff5020
Octal612022210213105337712040
Binary1100011000010010010100001010110010101011111111111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311092; }

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

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

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

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

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

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

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

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