Html Css Color HEX #470CA4 Indigo

📋 copy color: '#470CA4'

red 71 ◦ green 12 ◦ blue 164

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

Shades of Indigo #470CA4

Tints of Indigo #470CA4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

 BLUE value IS 164 (64.45% from 255) = 66.4%

R = 28.74%
G = 4.86%
B = 66.4%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#470CA4 (or 0x470CA4) is known color: Indigo. HEX triplet: 47, 0C and A4. RGB value is (71,12,164). Sum of RGB (Red+Green+Blue) = 71+12+164=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 164 (64.45% from 255 or 66.40% from 247); Max value from RGB is 164 - color contains mainly: blue. Hex color #470CA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470CA4 is #B8F35B. Grayscale: #2E2E2E. Windows color (decimal): -12120924 or 10751047. OLE color: 10751047.

HSL color Cylindrical-coordinate representation of color #470CA4: hue angle of 263.29º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470CA4 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 12 164 -
CMYK 0.57 0.93 0 0.36
HSL 263.29º 0.86% 0.35% -
HSV(B) 263.29º 0.93% 0.64% -
XYZ 9.43 4.28 35.45 -
YUV 46.97 194.05 145.14 -
System Red Green Blue C M Y K H S L
Decimal 71 12 164 0.57 0.93 0 0.36 263.29 0.86 0.35
Hex 47 C A4 39 5D 0 24 107 56 23
Octal 107 14 244 71 135 0 44 407 126 43
Binary 1000111 1100 10100100 111001 1011101 0 100100 100000111 1010110 100011

Color Harmonies of #470CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470CA4

Black with #470CA4

Text Example


Text Example

White with #470CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,12,164); }

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

background-color css

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

 a { background-color: rgb(71,12,164); }

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

border-color css

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

 span { border-color: rgb(71,12,164); }

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