#310F8B

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

Shades of Persian Indigo #310F8B

Tints of Persian Indigo #310F8B

Color information

#310F8B (or 0x310F8B) is unknown color: approx Persian Indigo. HEX triplet: 31, 0F and 8B. RGB value is (49,15,139). Sum of RGB (Red+Green+Blue) = 49+15+139=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #310F8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310F8B is #CEF074. Grayscale: #262626. Windows color (decimal): -13561973 or 9113393. OLE color: 9113393.

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

Color convert

RGB4915139-
CMYK0.650.8900.45
HSL256.45º80.52%30.2%-
HSV(B)256.45º89.21%54.51%-
XYZ6.12.8624.66-
YUV39.3184.26134.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 15 (6.25% from 255) = 7.39%
BLUE value IS 139 (54.69% from 255) = 68.47%
R=24.14%
G=7.39%
B=68.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49151390.650.8900.45256.4580.5230.2
Hex31F8B415902D100511e
Octal611721310113105540012136
Binary110001111110001011100000110110010101101100000000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,15,139); }

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

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

 a { background-color: rgb(49,15,139); }

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

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

 span { border-color: rgb(49,15,139); }

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