Html Css Color HEX #311E70 Persian Indigo

📋 copy color: '#311E70'

red 49 ◦ green 30 ◦ blue 112

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

Shades of Persian Indigo #311E70

Tints of Persian Indigo #311E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 58.64%

R = 25.65%
G = 15.71%
B = 58.64%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#311E70 (or 0x311E70) is known color: Persian Indigo. HEX triplet: 31, 1E and 70. RGB value is (49,30,112). Sum of RGB (Red+Green+Blue) = 49+30+112=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #311E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311E70 is #CEE18F. Grayscale: #2C2C2C. Windows color (decimal): -13558160 or 7347761. OLE color: 7347761.

HSL color Cylindrical-coordinate representation of color #311E70: hue angle of 253.9º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #311E70 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 30 112 -
CMYK 0.56 0.73 0 0.56
HSL 253.9º 0.58% 0.28% -
HSV(B) 253.9º 0.73% 0.44% -
XYZ 4.66 2.75 15.61 -
YUV 45.03 165.79 130.83 -
System Red Green Blue C M Y K H S L
Decimal 49 30 112 0.56 0.73 0 0.56 253.9 0.58 0.28
Hex 31 1E 70 38 49 0 38 FE 3A 1C
Octal 61 36 160 70 111 0 70 376 72 34
Binary 110001 11110 1110000 111000 1001001 0 111000 11111110 111010 11100

Color Harmonies of #311E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E70

Black with #311E70

Text Example


Text Example

White with #311E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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