#310E98

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

Shades of Persian Indigo #310E98

Tints of Persian Indigo #310E98

Color information

#310E98 (or 0x310E98) is unknown color: approx Persian Indigo. HEX triplet: 31, 0E and 98. RGB value is (49,14,152). Sum of RGB (Red+Green+Blue) = 49+14+152=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 152 (59.77% from 255 or 70.70% from 215); Max value from RGB is 152 - color contains mainly: blue. Hex color #310E98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310E98 is #CEF167. Grayscale: #272727. Windows color (decimal): -13562216 or 9965105. OLE color: 9965105.

HSL color Cylindrical-coordinate representation of color #310E98: hue angle of 255.22º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310E98 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4914152-
CMYK0.680.9100.40
HSL255.22º83.13%32.55%-
HSV(B)255.22º90.79%59.61%-
XYZ7.093.2329.96-
YUV40.2191.1134.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 14 (5.86% from 255) = 6.51%
BLUE value IS 152 (59.77% from 255) = 70.70%
R=22.79%
G=6.51%
B=70.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49141520.680.9100.40255.2283.1332.55
Hex31E98445B028ff5321
Octal611623010413305037712341
Binary110001111010011000100010010110110101000111111111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310E98; }

 p { color: rgb(49,14,152); }

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

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

 a { background-color: rgb(49,14,152); }

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

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

 span { border-color: rgb(49,14,152); }

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