#310F71

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

Shades of Persian Indigo #310F71

Tints of Persian Indigo #310F71

Color information

#310F71 (or 0x310F71) is unknown color: approx Persian Indigo. HEX triplet: 31, 0F and 71. RGB value is (49,15,113). Sum of RGB (Red+Green+Blue) = 49+15+113=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #310F71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310F71 is #CEF08E. Grayscale: #232323. Windows color (decimal): -13561999 or 7409457. OLE color: 7409457.

HSL color Cylindrical-coordinate representation of color #310F71: hue angle of 260.82º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #310F71 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4915113-
CMYK0.570.8700.56
HSL260.82º76.56%25.1%-
HSV(B)260.82º86.73%44.31%-
XYZ4.422.1915.81-
YUV36.34171.26137.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 15 (6.25% from 255) = 8.47%
BLUE value IS 113 (44.53% from 255) = 63.84%
R=27.68%
G=8.47%
B=63.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49151130.570.8700.56260.8276.5625.1
Hex31F7139570381054d19
Octal61171617112707040511531
Binary1100011111111000111100110101110111000100000101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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