#31149F

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

Shades of Persian Indigo #31149F

Tints of Persian Indigo #31149F

Color information

#31149F (or 0x31149F) is unknown color: approx Persian Indigo. HEX triplet: 31, 14 and 9F. RGB value is (49,20,159). Sum of RGB (Red+Green+Blue) = 49+20+159=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 159 (62.5% from 255 or 69.74% from 228); Max value from RGB is 159 - color contains mainly: blue. Hex color #31149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31149F is #CEEB60. Grayscale: #2B2B2B. Windows color (decimal): -13560673 or 10425393. OLE color: 10425393.

HSL color Cylindrical-coordinate representation of color #31149F: hue angle of 252.52º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31149F is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4920159-
CMYK0.690.8700.38
HSL252.52º77.65%35.1%-
HSV(B)252.52º87.42%62.35%-
XYZ7.773.6633.1-
YUV44.52192.61131.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 20 (8.20% from 255) = 8.77%
BLUE value IS 159 (62.5% from 255) = 69.74%
R=21.49%
G=8.77%
B=69.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49201590.690.8700.38252.5277.6535.1
Hex31149F4557026fd4e23
Octal612423710512704637511643
Binary1100011010010011111100010110101110100110111111011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31149F; }

 p { color: rgb(49,20,159); }

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

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

 a { background-color: rgb(49,20,159); }

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

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

 span { border-color: rgb(49,20,159); }

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