#31219B

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

Shades of Persian Indigo #31219B

Tints of Persian Indigo #31219B

Color information

#31219B (or 0x31219B) is unknown color: approx Persian Indigo. HEX triplet: 31, 21 and 9B. RGB value is (49,33,155). Sum of RGB (Red+Green+Blue) = 49+33+155=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #31219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31219B is #CEDE64. Grayscale: #333333. Windows color (decimal): -13557349 or 10166577. OLE color: 10166577.

HSL color Cylindrical-coordinate representation of color #31219B: hue angle of 247.87º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31219B is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4933155-
CMYK0.680.7900.39
HSL247.87º64.89%36.86%-
HSV(B)247.87º78.71%60.78%-
XYZ7.734.1131.4-
YUV51.69186.3126.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.68%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 155 (60.94% from 255) = 65.40%
R=20.68%
G=13.92%
B=65.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal49331550.680.7900.39247.8764.8936.86
Hex31219B444F027f84125
Octal614123310411704737010145
Binary11000110000110011011100010010011110100111111110001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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