#311879

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

Shades of Persian Indigo #311879

Tints of Persian Indigo #311879

Color information

#311879 (or 0x311879) is unknown color: approx Persian Indigo. HEX triplet: 31, 18 and 79. RGB value is (49,24,121). Sum of RGB (Red+Green+Blue) = 49+24+121=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #311879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311879 is #CEE786. Grayscale: #2A2A2A. Windows color (decimal): -13559687 or 7936049. OLE color: 7936049.

HSL color Cylindrical-coordinate representation of color #311879: hue angle of 255.46º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #311879 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4924121-
CMYK0.600.8000.53
HSL255.46º66.9%28.43%-
HSV(B)255.46º80.17%47.45%-
XYZ5.042.6918.34-
YUV42.53172.28132.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 24 (9.77% from 255) = 12.37%
BLUE value IS 121 (47.66% from 255) = 62.37%
R=25.26%
G=12.37%
B=62.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49241210.600.8000.53255.4666.928.43
Hex3118793C50035ff431c
Octal61301717412006537710334
Binary1100011100011110011111001010000011010111111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311879; }

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

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

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

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

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

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

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

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