#31146F

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

Shades of Persian Indigo #31146F

Tints of Persian Indigo #31146F

Color information

#31146F (or 0x31146F) is unknown color: approx Persian Indigo. HEX triplet: 31, 14 and 6F. RGB value is (49,20,111). Sum of RGB (Red+Green+Blue) = 49+20+111=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #31146F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31146F is #CEEB90. Grayscale: #262626. Windows color (decimal): -13560721 or 7279665. OLE color: 7279665.

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

Color convert

RGB4920111-
CMYK0.560.8200.56
HSL259.12º69.47%25.69%-
HSV(B)259.12º81.98%43.53%-
XYZ4.392.315.25-
YUV39.04168.61135.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.22%
GREEN value IS 20 (8.20% from 255) = 11.11%
BLUE value IS 111 (43.75% from 255) = 61.67%
R=27.22%
G=11.11%
B=61.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49201110.560.8200.56259.1269.4725.69
Hex31146F3852038103451a
Octal61241577012207040310532
Binary11000110100110111111100010100100111000100000011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31146F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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