Html Css Color HEX #31208E Persian Indigo

📋 copy color: '#31208E'

red 49 ◦ green 32 ◦ blue 142

#31208E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #31208E

Tints of Persian Indigo #31208E

RGB

 RED value IS 49 (19.53% from 255) = 21.97%

 GREEN value IS 32 (12.89% from 255) = 14.35%

 BLUE value IS 142 (55.86% from 255) = 63.68%

R = 21.97%
G = 14.35%
B = 63.68%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31208E (or 0x31208E) is known color: Persian Indigo. HEX triplet: 31, 20 and 8E. RGB value is (49,32,142). Sum of RGB (Red+Green+Blue) = 49+32+142=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 142 (55.86% from 255 or 63.68% from 223); Max value from RGB is 142 - color contains mainly: blue. Hex color #31208E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31208E is #CEDF71. Grayscale: #313131. Windows color (decimal): -13557618 or 9314353. OLE color: 9314353.

HSL color Cylindrical-coordinate representation of color #31208E: hue angle of 249.27º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31208E is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 32 142 -
CMYK 0.65 0.77 0 0.44
HSL 249.27º 0.63% 0.34% -
HSV(B) 249.27º 0.77% 0.56% -
XYZ 6.67 3.64 25.94 -
YUV 49.62 180.13 127.56 -
System Red Green Blue C M Y K H S L
Decimal 49 32 142 0.65 0.77 0 0.44 249.27 0.63 0.34
Hex 31 20 8E 41 4D 0 2C F9 3F 22
Octal 61 40 216 101 115 0 54 371 77 42
Binary 110001 100000 10001110 1000001 1001101 0 101100 11111001 111111 100010

Color Harmonies of #31208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31208E

Black with #31208E

Text Example


Text Example

White with #31208E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31208E; }

 p { color: rgb(49,32,142); }

 H1.HeaderClassName
 {
   color: #31208E;
 }
 .AnyTagClassName
 {
   color: #31208E;
 }
</style>

background-color css

<style>
 a { background-color: #31208E; }

 a { background-color: rgb(49,32,142); }

 div.DivClassName
 {
   background-color: #31208E;
 }
 .BgClassName
 {
   background-color: #31208E;
 }
</style>

border-color css

<style>
 span { border-color: #31208E; }

 span { border-color: rgb(49,32,142); }

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