#311182

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

Shades of Persian Indigo #311182

Tints of Persian Indigo #311182

Color information

#311182 (or 0x311182) is unknown color: approx Persian Indigo. HEX triplet: 31, 11 and 82. RGB value is (49,17,130). Sum of RGB (Red+Green+Blue) = 49+17+130=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #311182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311182 is #CEEE7D. Grayscale: #272727. Windows color (decimal): -13561470 or 8524081. OLE color: 8524081.

HSL color Cylindrical-coordinate representation of color #311182: hue angle of 256.99º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #311182 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4917130-
CMYK0.620.8700.49
HSL256.99º76.87%28.82%-
HSV(B)256.99º86.92%50.98%-
XYZ5.52.6721.34-
YUV39.45179.1134.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 130 (51.17% from 255) = 66.33%
R=25%
G=8.67%
B=66.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49171300.620.8700.49256.9976.8728.82
Hex3111823E570311014d1d
Octal61212027612706140111535
Binary110001100011000001011111010101110110001100000001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311182; }

 p { color: rgb(49,17,130); }

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

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

 a { background-color: rgb(49,17,130); }

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

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

 span { border-color: rgb(49,17,130); }

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