Html Css Color HEX #311E81 Persian Indigo

📋 copy color: '#311E81'

red 49 ◦ green 30 ◦ blue 129

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

Shades of Persian Indigo #311E81

Tints of Persian Indigo #311E81

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.42%

 BLUE value IS 129 (50.78% from 255) = 62.02%

R = 23.56%
G = 14.42%
B = 62.02%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#311E81 (or 0x311E81) is known color: Persian Indigo. HEX triplet: 31, 1E and 81. RGB value is (49,30,129). Sum of RGB (Red+Green+Blue) = 49+30+129=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 129 (50.78% from 255 or 62.02% from 208); Max value from RGB is 129 - color contains mainly: blue. Hex color #311E81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311E81 is #CEE17E. Grayscale: #2E2E2E. Windows color (decimal): -13558143 or 8461873. OLE color: 8461873.

HSL color Cylindrical-coordinate representation of color #311E81: hue angle of 251.52º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #311E81 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 30 129 -
CMYK 0.62 0.77 0 0.49
HSL 251.52º 0.62% 0.31% -
HSV(B) 251.52º 0.77% 0.51% -
XYZ 5.69 3.17 21.08 -
YUV 46.97 174.29 129.45 -
System Red Green Blue C M Y K H S L
Decimal 49 30 129 0.62 0.77 0 0.49 251.52 0.62 0.31
Hex 31 1E 81 3E 4D 0 31 FC 3E 1F
Octal 61 36 201 76 115 0 61 374 76 37
Binary 110001 11110 10000001 111110 1001101 0 110001 11111100 111110 11111

Color Harmonies of #311E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E81

Black with #311E81

Text Example


Text Example

White with #311E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311E81; }

 p { color: rgb(49,30,129); }

 H1.HeaderClassName
 {
   color: #311E81;
 }
 .AnyTagClassName
 {
   color: #311E81;
 }
</style>

background-color css

<style>
 a { background-color: #311E81; }

 a { background-color: rgb(49,30,129); }

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

border-color css

<style>
 span { border-color: #311E81; }

 span { border-color: rgb(49,30,129); }

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