#311875

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

Shades of Persian Indigo #311875

Tints of Persian Indigo #311875

Color information

#311875 (or 0x311875) is unknown color: approx Persian Indigo. HEX triplet: 31, 18 and 75. RGB value is (49,24,117). Sum of RGB (Red+Green+Blue) = 49+24+117=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #311875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311875 is #CEE78A. Grayscale: #292929. Windows color (decimal): -13559691 or 7673905. OLE color: 7673905.

HSL color Cylindrical-coordinate representation of color #311875: hue angle of 256.13º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #311875 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4924117-
CMYK0.580.7900.54
HSL256.13º65.96%27.65%-
HSV(B)256.13º79.49%45.88%-
XYZ4.82.5917.08-
YUV42.08170.28132.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 24 (9.77% from 255) = 12.63%
BLUE value IS 117 (46.09% from 255) = 61.58%
R=25.79%
G=12.63%
B=61.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49241170.580.7900.54256.1365.9627.65
Hex3118753A4F036100421c
Octal61301657211706640010234
Binary11000111000111010111101010011110110110100000000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311875; }

 p { color: rgb(49,24,117); }

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

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

 a { background-color: rgb(49,24,117); }

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

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

 span { border-color: rgb(49,24,117); }

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