Html Css Color HEX #470162 Indigo

📋 copy color: '#470162'

red 71 ◦ green 1 ◦ blue 98

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

Shades of Indigo #470162

Tints of Indigo #470162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

 BLUE value IS 98 (38.67% from 255) = 57.65%

R = 41.76%
G = 0.59%
B = 57.65%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#470162 (or 0x470162) is known color: Indigo. HEX triplet: 47, 01 and 62. RGB value is (71,1,98). Sum of RGB (Red+Green+Blue) = 71+1+98=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #470162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470162 is #B8FE9D. Grayscale: #202020. Windows color (decimal): -12123806 or 6422855. OLE color: 6422855.

HSL color Cylindrical-coordinate representation of color #470162: hue angle of 283.3º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470162 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 1 98 -
CMYK 0.28 0.99 0 0.62
HSL 283.3º 0.98% 0.19% -
HSV(B) 283.3º 0.99% 0.38% -
XYZ 4.81 2.24 11.73 -
YUV 32.99 164.69 155.11 -
System Red Green Blue C M Y K H S L
Decimal 71 1 98 0.28 0.99 0 0.62 283.3 0.98 0.19
Hex 47 1 62 1C 63 0 3E 11B 62 13
Octal 107 1 142 34 143 0 76 433 142 23
Binary 1000111 1 1100010 11100 1100011 0 111110 100011011 1100010 10011

Color Harmonies of #470162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470162

Black with #470162

Text Example


Text Example

White with #470162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470162; }

 p { color: rgb(71,1,98); }

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

background-color css

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

 a { background-color: rgb(71,1,98); }

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

border-color css

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

 span { border-color: rgb(71,1,98); }

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