Html Css Color HEX #470E94 Indigo

📋 copy color: '#470E94'

red 71 ◦ green 14 ◦ blue 148

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

Shades of Indigo #470E94

Tints of Indigo #470E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 63.52%

R = 30.47%
G = 6.01%
B = 63.52%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#470E94 (or 0x470E94) is known color: Indigo. HEX triplet: 47, 0E and 94. RGB value is (71,14,148). Sum of RGB (Red+Green+Blue) = 71+14+148=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #470E94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470E94 is #B8F16B. Grayscale: #2D2D2D. Windows color (decimal): -12120428 or 9702983. OLE color: 9702983.

HSL color Cylindrical-coordinate representation of color #470E94: hue angle of 265.52º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #470E94 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 14 148 -
CMYK 0.52 0.91 0 0.42
HSL 265.52º 0.83% 0.32% -
HSV(B) 265.52º 0.91% 0.58% -
XYZ 8.1 3.79 28.32 -
YUV 46.32 185.38 145.6 -
System Red Green Blue C M Y K H S L
Decimal 71 14 148 0.52 0.91 0 0.42 265.52 0.83 0.32
Hex 47 E 94 34 5B 0 2A 10A 53 20
Octal 107 16 224 64 133 0 52 412 123 40
Binary 1000111 1110 10010100 110100 1011011 0 101010 100001010 1010011 100000

Color Harmonies of #470E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470E94

Black with #470E94

Text Example


Text Example

White with #470E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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