#31058E

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

Shades of Persian Indigo #31058E

Tints of Persian Indigo #31058E

Color information

#31058E (or 0x31058E) is unknown color: approx Persian Indigo. HEX triplet: 31, 05 and 8E. RGB value is (49,5,142). Sum of RGB (Red+Green+Blue) = 49+5+142=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 142 (55.86% from 255 or 72.45% from 196); Max value from RGB is 142 - color contains mainly: blue. Hex color #31058E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31058E is #CEFA71. Grayscale: #212121. Windows color (decimal): -13564530 or 9307441. OLE color: 9307441.

HSL color Cylindrical-coordinate representation of color #31058E: hue angle of 259.27º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31058E is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB495142-
CMYK0.650.9600.44
HSL259.27º93.2%28.82%-
HSV(B)259.27º96.48%55.69%-
XYZ6.22.7125.79-
YUV33.77189.08138.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 142 (55.86% from 255) = 72.45%
R=25%
G=2.55%
B=72.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4951420.650.9600.44259.2793.228.82
Hex3158E416002C1035d1d
Octal61521610114005440313535
Binary11000110110001110100000111000000101100100000011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31058E; }

 p { color: rgb(49,5,142); }

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

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

 a { background-color: rgb(49,5,142); }

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

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

 span { border-color: rgb(49,5,142); }

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