#31016F

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

Shades of Persian Indigo #31016F

Tints of Persian Indigo #31016F

Color information

#31016F (or 0x31016F) is unknown color: approx Persian Indigo. HEX triplet: 31, 01 and 6F. RGB value is (49,1,111). Sum of RGB (Red+Green+Blue) = 49+1+111=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 111 (43.75% from 255 or 68.94% from 161); Max value from RGB is 111 - color contains mainly: blue. Hex color #31016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31016F is #CEFE90. Grayscale: #1B1B1B. Windows color (decimal): -13565585 or 7274801. OLE color: 7274801.

HSL color Cylindrical-coordinate representation of color #31016F: hue angle of 266.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31016F is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB491111-
CMYK0.560.9900.56
HSL266.18º98.21%21.96%-
HSV(B)266.18º99.1%43.53%-
XYZ4.151.8215.17-
YUV27.89174.9143.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.43%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 111 (43.75% from 255) = 68.94%
R=30.43%
G=0.62%
B=68.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4911110.560.9900.56266.1898.2121.96
Hex3116F386303810a6216
Octal6111577014307041214226
Binary1100011110111111100011000110111000100001010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31016F; }

 p { color: rgb(49,1,111); }

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

<style>
 a { background-color: #31016F; }

 a { background-color: rgb(49,1,111); }

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

<style>
 span { border-color: #31016F; }

 span { border-color: rgb(49,1,111); }

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