Html Css Color HEX #311D76 Persian Indigo

📋 copy color: '#311D76'

red 49 ◦ green 29 ◦ blue 118

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

Shades of Persian Indigo #311D76

Tints of Persian Indigo #311D76

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.8%

 BLUE value IS 118 (46.48% from 255) = 60.2%

R = 25%
G = 14.8%
B = 60.2%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#311D76 (or 0x311D76) is known color: Persian Indigo. HEX triplet: 31, 1D and 76. RGB value is (49,29,118). Sum of RGB (Red+Green+Blue) = 49+29+118=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #311D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311D76 is #CEE289. Grayscale: #2C2C2C. Windows color (decimal): -13558410 or 7740721. OLE color: 7740721.

HSL color Cylindrical-coordinate representation of color #311D76: hue angle of 253.48º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #311D76 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 29 118 -
CMYK 0.58 0.75 0 0.54
HSL 253.48º 0.61% 0.29% -
HSV(B) 253.48º 0.75% 0.46% -
XYZ 4.98 2.84 17.43 -
YUV 45.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 49 29 118 0.58 0.75 0 0.54 253.48 0.61 0.29
Hex 31 1D 76 3A 4B 0 36 FD 3D 1D
Octal 61 35 166 72 113 0 66 375 75 35
Binary 110001 11101 1110110 111010 1001011 0 110110 11111101 111101 11101

Color Harmonies of #311D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D76

Black with #311D76

Text Example


Text Example

White with #311D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,29,118); }

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

background-color css

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

 a { background-color: rgb(49,29,118); }

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

border-color css

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

 span { border-color: rgb(49,29,118); }

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