#31217A

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

Shades of Persian Indigo #31217A

Tints of Persian Indigo #31217A

Color information

#31217A (or 0x31217A) is unknown color: approx Persian Indigo. HEX triplet: 31, 21 and 7A. RGB value is (49,33,122). Sum of RGB (Red+Green+Blue) = 49+33+122=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #31217A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31217A is #CEDE85. Grayscale: #2F2F2F. Windows color (decimal): -13557382 or 8003889. OLE color: 8003889.

HSL color Cylindrical-coordinate representation of color #31217A: hue angle of 250.79º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31217A is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4933122-
CMYK0.600.7300.52
HSL250.79º57.42%30.39%-
HSV(B)250.79º72.95%47.84%-
XYZ5.323.1518.74-
YUV47.93169.8128.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 122 (48.05% from 255) = 59.80%
R=24.02%
G=16.18%
B=59.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49331220.600.7300.52250.7957.4230.39
Hex31217A3C49034fb391e
Octal6141172741110643737136
Binary1100011000011111010111100100100101101001111101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31217A; }

 p { color: rgb(49,33,122); }

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

<style>
 a { background-color: #31217A; }

 a { background-color: rgb(49,33,122); }

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

<style>
 span { border-color: #31217A; }

 span { border-color: rgb(49,33,122); }

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