#310B8D

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

Shades of Persian Indigo #310B8D

Tints of Persian Indigo #310B8D

Color information

#310B8D (or 0x310B8D) is unknown color: approx Persian Indigo. HEX triplet: 31, 0B and 8D. RGB value is (49,11,141). Sum of RGB (Red+Green+Blue) = 49+11+141=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #310B8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310B8D is #CEF472. Grayscale: #242424. Windows color (decimal): -13562995 or 9243441. OLE color: 9243441.

HSL color Cylindrical-coordinate representation of color #310B8D: hue angle of 257.54º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #310B8D is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4911141-
CMYK0.650.9200.45
HSL257.54º85.53%29.8%-
HSV(B)257.54º92.2%55.29%-
XYZ6.192.8225.42-
YUV37.18186.59136.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 11 (4.69% from 255) = 5.47%
BLUE value IS 141 (55.47% from 255) = 70.15%
R=24.38%
G=5.47%
B=70.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49111410.650.9200.45257.5485.5329.8
Hex31B8D415C02D102561e
Octal611321510113405540212636
Binary110001101110001101100000110111000101101100000010101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,11,141); }

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

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

 a { background-color: rgb(49,11,141); }

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

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

 span { border-color: rgb(49,11,141); }

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