Html Css Color HEX #470695 Indigo

📋 copy color: '#470695'

red 71 ◦ green 6 ◦ blue 149

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

Shades of Indigo #470695

Tints of Indigo #470695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 65.93%

R = 31.42%
G = 2.65%
B = 65.93%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#470695 (or 0x470695) is known color: Indigo. HEX triplet: 47, 06 and 95. RGB value is (71,6,149). Sum of RGB (Red+Green+Blue) = 71+6+149=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #470695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470695 is #B8F96A. Grayscale: #292929. Windows color (decimal): -12122475 or 9766471. OLE color: 9766471.

HSL color Cylindrical-coordinate representation of color #470695: hue angle of 267.27º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470695 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 6 149 -
CMYK 0.52 0.96 0 0.42
HSL 267.27º 0.92% 0.3% -
HSV(B) 267.27º 0.96% 0.58% -
XYZ 8.09 3.64 28.71 -
YUV 41.74 188.53 148.87 -
System Red Green Blue C M Y K H S L
Decimal 71 6 149 0.52 0.96 0 0.42 267.27 0.92 0.3
Hex 47 6 95 34 60 0 2A 10B 5C 1E
Octal 107 6 225 64 140 0 52 413 134 36
Binary 1000111 110 10010101 110100 1100000 0 101010 100001011 1011100 11110

Color Harmonies of #470695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470695

Black with #470695

Text Example


Text Example

White with #470695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470695; }

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

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

background-color css

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

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

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

border-color css

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

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

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