#310896

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

Shades of Persian Indigo #310896

Tints of Persian Indigo #310896

Color information

#310896 (or 0x310896) is unknown color: approx Persian Indigo. HEX triplet: 31, 08 and 96. RGB value is (49,8,150). Sum of RGB (Red+Green+Blue) = 49+8+150=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 150 (58.98% from 255 or 72.46% from 207); Max value from RGB is 150 - color contains mainly: blue. Hex color #310896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310896 is #CEF769. Grayscale: #232323. Windows color (decimal): -13563754 or 9832497. OLE color: 9832497.

HSL color Cylindrical-coordinate representation of color #310896: hue angle of 257.32º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310896 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB498150-
CMYK0.670.9500.41
HSL257.32º89.87%30.98%-
HSV(B)257.32º94.67%58.82%-
XYZ6.863.0329.08-
YUV36.45192.08136.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 8 (3.52% from 255) = 3.86%
BLUE value IS 150 (58.98% from 255) = 72.46%
R=23.67%
G=3.86%
B=72.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4981500.670.9500.41257.3289.8730.98
Hex31896435F0291015a1f
Octal611022610313705140113237
Binary110001100010010110100001110111110101001100000001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310896; }

 p { color: rgb(49,8,150); }

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

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

 a { background-color: rgb(49,8,150); }

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

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

 span { border-color: rgb(49,8,150); }

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