Html Css Color HEX #311676 Persian Indigo

📋 copy color: '#311676'

red 49 ◦ green 22 ◦ blue 118

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

Shades of Persian Indigo #311676

Tints of Persian Indigo #311676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.64%

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

R = 25.93%
G = 11.64%
B = 62.43%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#311676 (or 0x311676) is known color: Persian Indigo. HEX triplet: 31, 16 and 76. RGB value is (49,22,118). Sum of RGB (Red+Green+Blue) = 49+22+118=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #311676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311676 is #CEE989. Grayscale: #282828. Windows color (decimal): -13560202 or 7738929. OLE color: 7738929.

HSL color Cylindrical-coordinate representation of color #311676: hue angle of 256.88º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #311676 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 22 118 -
CMYK 0.58 0.81 0 0.54
HSL 256.88º 0.69% 0.27% -
HSV(B) 256.88º 0.81% 0.46% -
XYZ 4.82 2.53 17.37 -
YUV 41.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 49 22 118 0.58 0.81 0 0.54 256.88 0.69 0.27
Hex 31 16 76 3A 51 0 36 101 45 1B
Octal 61 26 166 72 121 0 66 401 105 33
Binary 110001 10110 1110110 111010 1010001 0 110110 100000001 1000101 11011

Color Harmonies of #311676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311676

Black with #311676

Text Example


Text Example

White with #311676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311676; }

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

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

background-color css

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

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

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

border-color css

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

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

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