Html Css Color HEX #311677 Persian Indigo

📋 copy color: '#311677'

red 49 ◦ green 22 ◦ blue 119

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

Shades of Persian Indigo #311677

Tints of Persian Indigo #311677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 62.63%

R = 25.79%
G = 11.58%
B = 62.63%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#311677 (or 0x311677) is known color: Persian Indigo. HEX triplet: 31, 16 and 77. RGB value is (49,22,119). Sum of RGB (Red+Green+Blue) = 49+22+119=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 119 (46.88% from 255 or 62.63% from 190); Max value from RGB is 119 - color contains mainly: blue. Hex color #311677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311677 is #CEE988. Grayscale: #282828. Windows color (decimal): -13560201 or 7804465. OLE color: 7804465.

HSL color Cylindrical-coordinate representation of color #311677: hue angle of 256.7º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311677 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 22 119 -
CMYK 0.59 0.82 0 0.53
HSL 256.7º 0.69% 0.28% -
HSV(B) 256.7º 0.82% 0.47% -
XYZ 4.88 2.56 17.69 -
YUV 41.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 49 22 119 0.59 0.82 0 0.53 256.7 0.69 0.28
Hex 31 16 77 3B 52 0 35 101 45 1C
Octal 61 26 167 73 122 0 65 401 105 34
Binary 110001 10110 1110111 111011 1010010 0 110101 100000001 1000101 11100

Color Harmonies of #311677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311677

Black with #311677

Text Example


Text Example

White with #311677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311677; }

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

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

background-color css

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

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

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

border-color css

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

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

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