Html Css Color HEX #470669 Indigo

📋 copy color: '#470669'

red 71 ◦ green 6 ◦ blue 105

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

Shades of Indigo #470669

Tints of Indigo #470669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 57.69%

R = 39.01%
G = 3.3%
B = 57.69%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#470669 (or 0x470669) is known color: Indigo. HEX triplet: 47, 06 and 69. RGB value is (71,6,105). Sum of RGB (Red+Green+Blue) = 71+6+105=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #470669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470669 is #B8F996. Grayscale: #242424. Windows color (decimal): -12122519 or 6882887. OLE color: 6882887.

HSL color Cylindrical-coordinate representation of color #470669: hue angle of 279.39º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470669 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 6 105 -
CMYK 0.32 0.94 0 0.59
HSL 279.39º 0.89% 0.22% -
HSV(B) 279.39º 0.94% 0.41% -
XYZ 5.21 2.49 13.57 -
YUV 36.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 71 6 105 0.32 0.94 0 0.59 279.39 0.89 0.22
Hex 47 6 69 20 5E 0 3B 117 59 16
Octal 107 6 151 40 136 0 73 427 131 26
Binary 1000111 110 1101001 100000 1011110 0 111011 100010111 1011001 10110

Color Harmonies of #470669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470669

Black with #470669

Text Example


Text Example

White with #470669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470669; }

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

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

background-color css

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

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

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

border-color css

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

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

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