Html Css Color HEX #311579 Persian Indigo

📋 copy color: '#311579'

red 49 ◦ green 21 ◦ blue 121

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

Shades of Persian Indigo #311579

Tints of Persian Indigo #311579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.99%

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

R = 25.65%
G = 10.99%
B = 63.35%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#311579 (or 0x311579) is known color: Persian Indigo. HEX triplet: 31, 15 and 79. RGB value is (49,21,121). Sum of RGB (Red+Green+Blue) = 49+21+121=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 121 (47.66% from 255 or 63.35% from 191); Max value from RGB is 121 - color contains mainly: blue. Hex color #311579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311579 is #CEEA86. Grayscale: #282828. Windows color (decimal): -13560455 or 7935281. OLE color: 7935281.

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

Color convert

RGB 49 21 121 -
CMYK 0.60 0.83 0 0.53
HSL 256.8º 0.7% 0.28% -
HSV(B) 256.8º 0.83% 0.47% -
XYZ 4.99 2.57 18.32 -
YUV 40.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 49 21 121 0.60 0.83 0 0.53 256.8 0.7 0.28
Hex 31 15 79 3C 53 0 35 101 46 1C
Octal 61 25 171 74 123 0 65 401 106 34
Binary 110001 10101 1111001 111100 1010011 0 110101 100000001 1000110 11100

Color Harmonies of #311579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311579

Black with #311579

Text Example


Text Example

White with #311579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311579; }

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

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

background-color css

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

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

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

border-color css

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

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

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