Html Css Color HEX #470E9E Indigo

📋 copy color: '#470E9E'

red 71 ◦ green 14 ◦ blue 158

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

Shades of Indigo #470E9E

Tints of Indigo #470E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 65.02%

R = 29.22%
G = 5.76%
B = 65.02%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#470E9E (or 0x470E9E) is known color: Indigo. HEX triplet: 47, 0E and 9E. RGB value is (71,14,158). Sum of RGB (Red+Green+Blue) = 71+14+158=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #470E9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470E9E is #B8F161. Grayscale: #2E2E2E. Windows color (decimal): -12120418 or 10358343. OLE color: 10358343.

HSL color Cylindrical-coordinate representation of color #470E9E: hue angle of 263.75º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #470E9E is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 14 158 -
CMYK 0.55 0.91 0 0.38
HSL 263.75º 0.84% 0.34% -
HSV(B) 263.75º 0.91% 0.62% -
XYZ 8.93 4.12 32.67 -
YUV 47.46 190.38 144.79 -
System Red Green Blue C M Y K H S L
Decimal 71 14 158 0.55 0.91 0 0.38 263.75 0.84 0.34
Hex 47 E 9E 37 5B 0 26 108 54 22
Octal 107 16 236 67 133 0 46 410 124 42
Binary 1000111 1110 10011110 110111 1011011 0 100110 100001000 1010100 100010

Color Harmonies of #470E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470E9E

Black with #470E9E

Text Example


Text Example

White with #470E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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