Html Css Color HEX #31208C Persian Indigo

📋 copy color: '#31208C'

red 49 ◦ green 32 ◦ blue 140

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

Shades of Persian Indigo #31208C

Tints of Persian Indigo #31208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 63.35%

R = 22.17%
G = 14.48%
B = 63.35%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31208C (or 0x31208C) is known color: Persian Indigo. HEX triplet: 31, 20 and 8C. RGB value is (49,32,140). Sum of RGB (Red+Green+Blue) = 49+32+140=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 140 (55.08% from 255 or 63.35% from 221); Max value from RGB is 140 - color contains mainly: blue. Hex color #31208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31208C is #CEDF73. Grayscale: #303030. Windows color (decimal): -13557620 or 9183281. OLE color: 9183281.

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

Color convert

RGB 49 32 140 -
CMYK 0.65 0.77 0 0.45
HSL 249.44º 0.63% 0.34% -
HSV(B) 249.44º 0.77% 0.55% -
XYZ 6.52 3.58 25.16 -
YUV 49.4 179.13 127.72 -
System Red Green Blue C M Y K H S L
Decimal 49 32 140 0.65 0.77 0 0.45 249.44 0.63 0.34
Hex 31 20 8C 41 4D 0 2D F9 3F 22
Octal 61 40 214 101 115 0 55 371 77 42
Binary 110001 100000 10001100 1000001 1001101 0 101101 11111001 111111 100010

Color Harmonies of #31208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31208C

Black with #31208C

Text Example


Text Example

White with #31208C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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