#310B9F

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

Shades of Persian Indigo #310B9F

Tints of Persian Indigo #310B9F

Color information

#310B9F (or 0x310B9F) is unknown color: approx Persian Indigo. HEX triplet: 31, 0B and 9F. RGB value is (49,11,159). Sum of RGB (Red+Green+Blue) = 49+11+159=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 159 (62.5% from 255 or 72.60% from 219); Max value from RGB is 159 - color contains mainly: blue. Hex color #310B9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310B9F is #CEF460. Grayscale: #262626. Windows color (decimal): -13562977 or 10423089. OLE color: 10423089.

HSL color Cylindrical-coordinate representation of color #310B9F: hue angle of 255.41º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310B9F is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4911159-
CMYK0.690.9300.38
HSL255.41º87.06%33.33%-
HSV(B)255.41º93.08%62.35%-
XYZ7.643.433.05-
YUV39.23195.59134.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.37%
GREEN value IS 11 (4.69% from 255) = 5.02%
BLUE value IS 159 (62.5% from 255) = 72.60%
R=22.37%
G=5.02%
B=72.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49111590.690.9300.38255.4187.0633.33
Hex31B9F455D026ff5721
Octal611323710513504637712741
Binary110001101110011111100010110111010100110111111111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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