#31107D

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

Shades of Persian Indigo #31107D

Tints of Persian Indigo #31107D

Color information

#31107D (or 0x31107D) is unknown color: approx Persian Indigo. HEX triplet: 31, 10 and 7D. RGB value is (49,16,125). Sum of RGB (Red+Green+Blue) = 49+16+125=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #31107D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31107D is #CEEF82. Grayscale: #252525. Windows color (decimal): -13561731 or 8196145. OLE color: 8196145.

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

Color convert

RGB4916125-
CMYK0.610.8700.51
HSL258.17º77.3%27.65%-
HSV(B)258.17º87.2%49.02%-
XYZ5.152.519.61-
YUV38.29176.93135.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 125 (49.22% from 255) = 65.79%
R=25.79%
G=8.42%
B=65.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49161250.610.8700.51258.1777.327.65
Hex31107D3D570331024d1c
Octal61201757512706340211534
Binary11000110000111110111110110101110110011100000010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31107D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31107D; }

 p { color: rgb(49,16,125); }

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

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

 a { background-color: rgb(49,16,125); }

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

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

 span { border-color: rgb(49,16,125); }

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