Html Css Color HEX #470690 Indigo

📋 copy color: '#470690'

red 71 ◦ green 6 ◦ blue 144

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

Shades of Indigo #470690

Tints of Indigo #470690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

 BLUE value IS 144 (56.64% from 255) = 65.16%

R = 32.13%
G = 2.71%
B = 65.16%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#470690 (or 0x470690) is known color: Indigo. HEX triplet: 47, 06 and 90. RGB value is (71,6,144). Sum of RGB (Red+Green+Blue) = 71+6+144=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #470690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470690 is #B8F96F. Grayscale: #282828. Windows color (decimal): -12122480 or 9438791. OLE color: 9438791.

HSL color Cylindrical-coordinate representation of color #470690: hue angle of 268.26º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470690 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 6 144 -
CMYK 0.51 0.96 0 0.44
HSL 268.26º 0.92% 0.29% -
HSV(B) 268.26º 0.96% 0.56% -
XYZ 7.7 3.48 26.65 -
YUV 41.17 186.03 149.28 -
System Red Green Blue C M Y K H S L
Decimal 71 6 144 0.51 0.96 0 0.44 268.26 0.92 0.29
Hex 47 6 90 33 60 0 2C 10C 5C 1D
Octal 107 6 220 63 140 0 54 414 134 35
Binary 1000111 110 10010000 110011 1100000 0 101100 100001100 1011100 11101

Color Harmonies of #470690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470690

Black with #470690

Text Example


Text Example

White with #470690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470690; }

 p { color: rgb(71,6,144); }

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

background-color css

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

 a { background-color: rgb(71,6,144); }

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

border-color css

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

 span { border-color: rgb(71,6,144); }

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