Html Css Color HEX #470168 Indigo

📋 copy color: '#470168'

red 71 ◦ green 1 ◦ blue 104

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

Shades of Indigo #470168

Tints of Indigo #470168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 59.09%

R = 40.34%
G = 0.57%
B = 59.09%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#470168 (or 0x470168) is known color: Indigo. HEX triplet: 47, 01 and 68. RGB value is (71,1,104). Sum of RGB (Red+Green+Blue) = 71+1+104=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #470168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470168 is #B8FE97. Grayscale: #212121. Windows color (decimal): -12123800 or 6816071. OLE color: 6816071.

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

Color convert

RGB 71 1 104 -
CMYK 0.32 0.99 0 0.59
HSL 280.78º 0.98% 0.21% -
HSV(B) 280.78º 0.99% 0.41% -
XYZ 5.11 2.36 13.28 -
YUV 33.67 167.69 154.62 -
System Red Green Blue C M Y K H S L
Decimal 71 1 104 0.32 0.99 0 0.59 280.78 0.98 0.21
Hex 47 1 68 20 63 0 3B 119 62 15
Octal 107 1 150 40 143 0 73 431 142 25
Binary 1000111 1 1101000 100000 1100011 0 111011 100011001 1100010 10101

Color Harmonies of #470168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470168

Black with #470168

Text Example


Text Example

White with #470168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470168; }

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

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

background-color css

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

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

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

border-color css

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

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

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