#310982

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

Shades of Persian Indigo #310982

Tints of Persian Indigo #310982

Color information

#310982 (or 0x310982) is unknown color: approx Persian Indigo. HEX triplet: 31, 09 and 82. RGB value is (49,9,130). Sum of RGB (Red+Green+Blue) = 49+9+130=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 130 (51.17% from 255 or 69.15% from 188); Max value from RGB is 130 - color contains mainly: blue. Hex color #310982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310982 is #CEF67D. Grayscale: #222222. Windows color (decimal): -13563518 or 8522033. OLE color: 8522033.

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

Color convert

RGB499130-
CMYK0.620.9300.49
HSL259.83º87.05%27.25%-
HSV(B)259.83º93.08%50.98%-
XYZ5.392.4621.31-
YUV34.75181.75138.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 9 (3.91% from 255) = 4.79%
BLUE value IS 130 (51.17% from 255) = 69.15%
R=26.06%
G=4.79%
B=69.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4991300.620.9300.49259.8387.0527.25
Hex319823E5D031104571b
Octal61112027613506140412733
Binary11000110011000001011111010111010110001100000100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310982; }

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

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

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

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

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

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

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

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