Html Css Color HEX #470896 Indigo

📋 copy color: '#470896'

red 71 ◦ green 8 ◦ blue 150

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

Shades of Indigo #470896

Tints of Indigo #470896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 65.5%

R = 31%
G = 3.49%
B = 65.5%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#470896 (or 0x470896) is known color: Indigo. HEX triplet: 47, 08 and 96. RGB value is (71,8,150). Sum of RGB (Red+Green+Blue) = 71+8+150=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #470896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470896 is #B8F769. Grayscale: #2A2A2A. Windows color (decimal): -12121962 or 9832519. OLE color: 9832519.

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

Color convert

RGB 71 8 150 -
CMYK 0.53 0.95 0 0.41
HSL 266.62º 0.9% 0.31% -
HSV(B) 266.62º 0.95% 0.59% -
XYZ 8.19 3.72 29.14 -
YUV 43.03 188.37 147.95 -
System Red Green Blue C M Y K H S L
Decimal 71 8 150 0.53 0.95 0 0.41 266.62 0.9 0.31
Hex 47 8 96 35 5F 0 29 10B 5A 1F
Octal 107 10 226 65 137 0 51 413 132 37
Binary 1000111 1000 10010110 110101 1011111 0 101001 100001011 1011010 11111

Color Harmonies of #470896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470896

Black with #470896

Text Example


Text Example

White with #470896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470896; }

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

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

background-color css

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

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

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

border-color css

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

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

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