#310988

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

Shades of Persian Indigo #310988

Tints of Persian Indigo #310988

Color information

#310988 (or 0x310988) is unknown color: approx Persian Indigo. HEX triplet: 31, 09 and 88. RGB value is (49,9,136). Sum of RGB (Red+Green+Blue) = 49+9+136=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 136 (53.52% from 255 or 70.10% from 194); Max value from RGB is 136 - color contains mainly: blue. Hex color #310988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310988 is #CEF677. Grayscale: #222222. Windows color (decimal): -13563512 or 8915249. OLE color: 8915249.

HSL color Cylindrical-coordinate representation of color #310988: hue angle of 258.9º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310988 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB499136-
CMYK0.640.9300.47
HSL258.9º87.59%28.43%-
HSV(B)258.9º93.38%53.33%-
XYZ5.812.6323.49-
YUV35.44184.75137.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 136 (53.52% from 255) = 70.10%
R=25.26%
G=4.64%
B=70.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4991360.640.9300.47258.987.5928.43
Hex31988405D02F103581c
Octal611121010013505740313034
Binary110001100110001000100000010111010101111100000011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310988; }

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

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

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

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

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

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

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

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