Html Css Color HEX #470EAB Indigo

📋 copy color: '#470EAB'

red 71 ◦ green 14 ◦ blue 171

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

Shades of Indigo #470EAB

Tints of Indigo #470EAB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.47%

 BLUE value IS 171 (67.19% from 255) = 66.8%

R = 27.73%
G = 5.47%
B = 66.8%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#470EAB (or 0x470EAB) is known color: Indigo. HEX triplet: 47, 0E and AB. RGB value is (71,14,171). Sum of RGB (Red+Green+Blue) = 71+14+171=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #470EAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470EAB is #B8F154. Grayscale: #303030. Windows color (decimal): -12120405 or 11210311. OLE color: 11210311.

HSL color Cylindrical-coordinate representation of color #470EAB: hue angle of 261.78º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470EAB is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 14 171 -
CMYK 0.58 0.92 0 0.33
HSL 261.78º 0.85% 0.36% -
HSV(B) 261.78º 0.92% 0.67% -
XYZ 10.11 4.59 38.88 -
YUV 48.94 196.88 143.73 -
System Red Green Blue C M Y K H S L
Decimal 71 14 171 0.58 0.92 0 0.33 261.78 0.85 0.36
Hex 47 E AB 3A 5C 0 21 106 55 24
Octal 107 16 253 72 134 0 41 406 125 44
Binary 1000111 1110 10101011 111010 1011100 0 100001 100000110 1010101 100100

Color Harmonies of #470EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470EAB

Black with #470EAB

Text Example


Text Example

White with #470EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470EAB; }

 p { color: rgb(71,14,171); }

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

background-color css

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

 a { background-color: rgb(71,14,171); }

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

border-color css

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

 span { border-color: rgb(71,14,171); }

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