Html Css Color HEX #470069 Indigo

📋 copy color: '#470069'

red 71 ◦ green 0 ◦ blue 105

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

Shades of Indigo #470069

Tints of Indigo #470069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.34%
G = 0%
B = 59.66%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#470069 (or 0x470069) is known color: Indigo. HEX triplet: 47, 00 and 69. RGB value is (71,0,105). Sum of RGB (Red+Green+Blue) = 71+0+105=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #470069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470069 is #B8FF96. Grayscale: #202020. Windows color (decimal): -12124055 or 6881351. OLE color: 6881351.

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

Color convert

RGB 71 0 105 -
CMYK 0.32 1 0 0.59
HSL 280.57º 1% 0.21% -
HSV(B) 280.57º 1% 0.41% -
XYZ 5.15 2.36 13.55 -
YUV 33.2 168.52 154.96 -
System Red Green Blue C M Y K H S L
Decimal 71 0 105 0.32 1 0 0.59 280.57 1 0.21
Hex 47 0 69 20 64 0 3B 119 64 15
Octal 107 0 151 40 144 0 73 431 144 25
Binary 1000111 0 1101001 100000 1100100 0 111011 100011001 1100100 10101

Color Harmonies of #470069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470069

Black with #470069

Text Example


Text Example

White with #470069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470069; }

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

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

background-color css

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

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

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

border-color css

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

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

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