Html Css Color HEX #470279 Indigo

📋 copy color: '#470279'

red 71 ◦ green 2 ◦ blue 121

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

Shades of Indigo #470279

Tints of Indigo #470279

RGB

 RED value IS 71 (28.13% from 255) = 36.6%

 GREEN value IS 2 (1.17% from 255) = 1.03%

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

R = 36.6%
G = 1.03%
B = 62.37%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#470279 (or 0x470279) is known color: Indigo. HEX triplet: 47, 02 and 79. RGB value is (71,2,121). Sum of RGB (Red+Green+Blue) = 71+2+121=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #470279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470279 is #B8FD86. Grayscale: #232323. Windows color (decimal): -12123527 or 7930439. OLE color: 7930439.

HSL color Cylindrical-coordinate representation of color #470279: hue angle of 274.79º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #470279 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 2 121 -
CMYK 0.41 0.98 0 0.53
HSL 274.79º 0.97% 0.24% -
HSV(B) 274.79º 0.98% 0.47% -
XYZ 6.07 2.76 18.3 -
YUV 36.2 175.86 152.82 -
System Red Green Blue C M Y K H S L
Decimal 71 2 121 0.41 0.98 0 0.53 274.79 0.97 0.24
Hex 47 2 79 29 62 0 35 113 61 18
Octal 107 2 171 51 142 0 65 423 141 30
Binary 1000111 10 1111001 101001 1100010 0 110101 100010011 1100001 11000

Color Harmonies of #470279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470279

Black with #470279

Text Example


Text Example

White with #470279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470279; }

 p { color: rgb(71,2,121); }

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

background-color css

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

 a { background-color: rgb(71,2,121); }

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

border-color css

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

 span { border-color: rgb(71,2,121); }

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