Html Css Color HEX #470894 Indigo

📋 copy color: '#470894'

red 71 ◦ green 8 ◦ blue 148

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

Shades of Indigo #470894

Tints of Indigo #470894

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.52%

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

R = 31.28%
G = 3.52%
B = 65.2%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#470894 (or 0x470894) is known color: Indigo. HEX triplet: 47, 08 and 94. RGB value is (71,8,148). Sum of RGB (Red+Green+Blue) = 71+8+148=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #470894 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470894 is #B8F76B. Grayscale: #2A2A2A. Windows color (decimal): -12121964 or 9701447. OLE color: 9701447.

HSL color Cylindrical-coordinate representation of color #470894: hue angle of 267º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470894 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 8 148 -
CMYK 0.52 0.95 0 0.42
HSL 267º 0.9% 0.31% -
HSV(B) 267º 0.95% 0.58% -
XYZ 8.03 3.65 28.3 -
YUV 42.8 187.37 148.12 -
System Red Green Blue C M Y K H S L
Decimal 71 8 148 0.52 0.95 0 0.42 267 0.9 0.31
Hex 47 8 94 34 5F 0 2A 10B 5A 1F
Octal 107 10 224 64 137 0 52 413 132 37
Binary 1000111 1000 10010100 110100 1011111 0 101010 100001011 1011010 11111

Color Harmonies of #470894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470894

Black with #470894

Text Example


Text Example

White with #470894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470894; }

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

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

background-color css

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

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

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

border-color css

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

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

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