Html Css Color HEX #470869 Indigo

📋 copy color: '#470869'

red 71 ◦ green 8 ◦ blue 105

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

Shades of Indigo #470869

Tints of Indigo #470869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

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

R = 38.59%
G = 4.35%
B = 57.07%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#470869 (or 0x470869) is known color: Indigo. HEX triplet: 47, 08 and 69. RGB value is (71,8,105). Sum of RGB (Red+Green+Blue) = 71+8+105=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #470869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470869 is #B8F796. Grayscale: #252525. Windows color (decimal): -12122007 or 6883399. OLE color: 6883399.

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

Color convert

RGB 71 8 105 -
CMYK 0.32 0.92 0 0.59
HSL 278.97º 0.86% 0.22% -
HSV(B) 278.97º 0.92% 0.41% -
XYZ 5.24 2.53 13.58 -
YUV 37.9 165.87 151.61 -
System Red Green Blue C M Y K H S L
Decimal 71 8 105 0.32 0.92 0 0.59 278.97 0.86 0.22
Hex 47 8 69 20 5C 0 3B 117 56 16
Octal 107 10 151 40 134 0 73 427 126 26
Binary 1000111 1000 1101001 100000 1011100 0 111011 100010111 1010110 10110

Color Harmonies of #470869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470869

Black with #470869

Text Example


Text Example

White with #470869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470869; }

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

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

background-color css

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

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

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

border-color css

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

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

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