#31157B

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

Shades of Persian Indigo #31157B

Tints of Persian Indigo #31157B

Color information

#31157B (or 0x31157B) is unknown color: approx Persian Indigo. HEX triplet: 31, 15 and 7B. RGB value is (49,21,123). Sum of RGB (Red+Green+Blue) = 49+21+123=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #31157B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31157B is #CEEA84. Grayscale: #282828. Windows color (decimal): -13560453 or 8066353. OLE color: 8066353.

HSL color Cylindrical-coordinate representation of color #31157B: hue angle of 256.47º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31157B is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4921123-
CMYK0.600.8300.52
HSL256.47º70.83%28.24%-
HSV(B)256.47º82.93%48.24%-
XYZ5.112.6218.98-
YUV41174.28133.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 21 (8.59% from 255) = 10.88%
BLUE value IS 123 (48.44% from 255) = 63.73%
R=25.39%
G=10.88%
B=63.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49211230.600.8300.52256.4770.8328.24
Hex31157B3C53034100471c
Octal61251737412306440010734
Binary11000110101111101111110010100110110100100000000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31157B; }

 p { color: rgb(49,21,123); }

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

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

 a { background-color: rgb(49,21,123); }

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

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

 span { border-color: rgb(49,21,123); }

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