#31107c

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

Shades of Persian Indigo #31107C

Tints of Persian Indigo #31107C

Color information

#31107C (or 0x31107C) is unknown color: approx Persian Indigo. HEX triplet: 31, 10 and 7C. RGB value is (49,16,124). Sum of RGB (Red+Green+Blue) = 49+16+124=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #31107C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31107C is #CEEF83. Grayscale: #252525. Windows color (decimal): -13561732 or 8130609. OLE color: 8130609.

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

Color convert

RGB4916124-
CMYK0.600.8700.51
HSL258.33º77.14%27.45%-
HSV(B)258.33º87.1%48.63%-
XYZ5.092.4819.28-
YUV38.18176.43135.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 124 (48.83% from 255) = 65.61%
R=25.93%
G=8.47%
B=65.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49161240.600.8700.51258.3377.1427.45
Hex31107C3C570331024d1b
Octal61201747412706340211533
Binary11000110000111110011110010101110110011100000010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31107c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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