Html Css Color HEX #311679 Persian Indigo

📋 copy color: '#311679'

red 49 ◦ green 22 ◦ blue 121

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

Shades of Persian Indigo #311679

Tints of Persian Indigo #311679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 63.02%

R = 25.52%
G = 11.46%
B = 63.02%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#311679 (or 0x311679) is known color: Persian Indigo. HEX triplet: 31, 16 and 79. RGB value is (49,22,121). Sum of RGB (Red+Green+Blue) = 49+22+121=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 121 (47.66% from 255 or 63.02% from 192); Max value from RGB is 121 - color contains mainly: blue. Hex color #311679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311679 is #CEE986. Grayscale: #282828. Windows color (decimal): -13560199 or 7935537. OLE color: 7935537.

HSL color Cylindrical-coordinate representation of color #311679: hue angle of 256.36º 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 #311679 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 22 121 -
CMYK 0.60 0.82 0 0.53
HSL 256.36º 0.69% 0.28% -
HSV(B) 256.36º 0.82% 0.47% -
XYZ 5 2.61 18.33 -
YUV 41.36 172.95 133.45 -
System Red Green Blue C M Y K H S L
Decimal 49 22 121 0.60 0.82 0 0.53 256.36 0.69 0.28
Hex 31 16 79 3C 52 0 35 100 45 1C
Octal 61 26 171 74 122 0 65 400 105 34
Binary 110001 10110 1111001 111100 1010010 0 110101 100000000 1000101 11100

Color Harmonies of #311679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311679

Black with #311679

Text Example


Text Example

White with #311679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311679; }

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

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

background-color css

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

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

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

border-color css

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

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

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