#310993

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

Shades of Persian Indigo #310993

Tints of Persian Indigo #310993

Color information

#310993 (or 0x310993) is unknown color: approx Persian Indigo. HEX triplet: 31, 09 and 93. RGB value is (49,9,147). Sum of RGB (Red+Green+Blue) = 49+9+147=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 147 (57.81% from 255 or 71.71% from 205); Max value from RGB is 147 - color contains mainly: blue. Hex color #310993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310993 is #CEF66C. Grayscale: #242424. Windows color (decimal): -13563501 or 9636145. OLE color: 9636145.

HSL color Cylindrical-coordinate representation of color #310993: hue angle of 257.39º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310993 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB499147-
CMYK0.670.9400.42
HSL257.39º88.46%30.59%-
HSV(B)257.39º93.88%57.65%-
XYZ6.632.9527.82-
YUV36.69190.25136.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 147 (57.81% from 255) = 71.71%
R=23.90%
G=4.39%
B=71.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4991470.670.9400.42257.3988.4630.59
Hex31993435E02A101581f
Octal611122310313605240113037
Binary110001100110010011100001110111100101010100000001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310993; }

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

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

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

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

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

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

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

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