#310E9B

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

Shades of Persian Indigo #310E9B

Tints of Persian Indigo #310E9B

Color information

#310E9B (or 0x310E9B) is unknown color: approx Persian Indigo. HEX triplet: 31, 0E and 9B. RGB value is (49,14,155). Sum of RGB (Red+Green+Blue) = 49+14+155=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #310E9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310E9B is #CEF164. Grayscale: #282828. Windows color (decimal): -13562213 or 10161713. OLE color: 10161713.

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

Color convert

RGB4914155-
CMYK0.680.9100.39
HSL254.89º83.43%33.14%-
HSV(B)254.89º90.97%60.78%-
XYZ7.343.3331.27-
YUV40.54192.6134.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 14 (5.86% from 255) = 6.42%
BLUE value IS 155 (60.94% from 255) = 71.10%
R=22.48%
G=6.42%
B=71.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal49141550.680.9100.39254.8983.4333.14
Hex31E9B445B027ff5321
Octal611623310413304737712341
Binary110001111010011011100010010110110100111111111111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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