#310F8D

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

Shades of Persian Indigo #310F8D

Tints of Persian Indigo #310F8D

Color information

#310F8D (or 0x310F8D) is unknown color: approx Persian Indigo. HEX triplet: 31, 0F and 8D. RGB value is (49,15,141). Sum of RGB (Red+Green+Blue) = 49+15+141=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #310F8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310F8D is #CEF072. Grayscale: #272727. Windows color (decimal): -13561971 or 9244465. OLE color: 9244465.

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

Color convert

RGB4915141-
CMYK0.650.8900.45
HSL256.19º80.77%30.59%-
HSV(B)256.19º89.36%55.29%-
XYZ6.252.9225.43-
YUV39.53185.26134.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 15 (6.25% from 255) = 7.32%
BLUE value IS 141 (55.47% from 255) = 68.78%
R=23.90%
G=7.32%
B=68.78%

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
Decimal49151410.650.8900.45256.1980.7730.59
Hex31F8D415902D100511f
Octal611721510113105540012137
Binary110001111110001101100000110110010101101100000000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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