#310F72

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

Shades of Persian Indigo #310F72

Tints of Persian Indigo #310F72

Color information

#310F72 (or 0x310F72) is unknown color: approx Persian Indigo. HEX triplet: 31, 0F and 72. RGB value is (49,15,114). Sum of RGB (Red+Green+Blue) = 49+15+114=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 114 (44.92% from 255 or 64.04% from 178); Max value from RGB is 114 - color contains mainly: blue. Hex color #310F72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310F72 is #CEF08D. Grayscale: #242424. Windows color (decimal): -13561998 or 7474993. OLE color: 7474993.

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

Color convert

RGB4915114-
CMYK0.570.8700.55
HSL260.61º76.74%25.29%-
HSV(B)260.61º86.84%44.71%-
XYZ4.472.2116.11-
YUV36.45171.76136.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 15 (6.25% from 255) = 8.43%
BLUE value IS 114 (44.92% from 255) = 64.04%
R=27.53%
G=8.43%
B=64.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49151140.570.8700.55260.6176.7425.29
Hex31F7239570371054d19
Octal61171627112706740511531
Binary1100011111111001011100110101110110111100000101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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