Html Css Color HEX #470693 Indigo

📋 copy color: '#470693'

red 71 ◦ green 6 ◦ blue 147

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

Shades of Indigo #470693

Tints of Indigo #470693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 65.63%

R = 31.7%
G = 2.68%
B = 65.63%

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

#470693 (or 0x470693) is known color: Indigo. HEX triplet: 47, 06 and 93. RGB value is (71,6,147). Sum of RGB (Red+Green+Blue) = 71+6+147=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 147 (57.81% from 255 or 65.62% from 224); Max value from RGB is 147 - color contains mainly: blue. Hex color #470693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470693 is #B8F96C. Grayscale: #292929. Windows color (decimal): -12122477 or 9635399. OLE color: 9635399.

HSL color Cylindrical-coordinate representation of color #470693: hue angle of 267.66º 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 #470693 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 6 147 -
CMYK 0.52 0.96 0 0.42
HSL 267.66º 0.92% 0.3% -
HSV(B) 267.66º 0.96% 0.58% -
XYZ 7.93 3.58 27.88 -
YUV 41.51 187.53 149.04 -
System Red Green Blue C M Y K H S L
Decimal 71 6 147 0.52 0.96 0 0.42 267.66 0.92 0.3
Hex 47 6 93 34 60 0 2A 10C 5C 1E
Octal 107 6 223 64 140 0 52 414 134 36
Binary 1000111 110 10010011 110100 1100000 0 101010 100001100 1011100 11110

Color Harmonies of #470693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470693

Black with #470693

Text Example


Text Example

White with #470693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470693; }

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

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

background-color css

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

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

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

border-color css

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

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

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