Html Css Color HEX #470899 Indigo

📋 copy color: '#470899'

red 71 ◦ green 8 ◦ blue 153

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

Shades of Indigo #470899

Tints of Indigo #470899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 65.95%

R = 30.6%
G = 3.45%
B = 65.95%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#470899 (or 0x470899) is known color: Indigo. HEX triplet: 47, 08 and 99. RGB value is (71,8,153). Sum of RGB (Red+Green+Blue) = 71+8+153=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #470899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470899 is #B8F766. Grayscale: #2A2A2A. Windows color (decimal): -12121959 or 10029127. OLE color: 10029127.

HSL color Cylindrical-coordinate representation of color #470899: hue angle of 266.07º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470899 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 8 153 -
CMYK 0.54 0.95 0 0.4
HSL 266.07º 0.9% 0.32% -
HSV(B) 266.07º 0.95% 0.6% -
XYZ 8.44 3.81 30.43 -
YUV 43.37 189.87 147.71 -
System Red Green Blue C M Y K H S L
Decimal 71 8 153 0.54 0.95 0 0.4 266.07 0.9 0.32
Hex 47 8 99 36 5F 0 28 10A 5A 20
Octal 107 10 231 66 137 0 50 412 132 40
Binary 1000111 1000 10011001 110110 1011111 0 101000 100001010 1011010 100000

Color Harmonies of #470899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470899

Black with #470899

Text Example


Text Example

White with #470899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470899; }

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

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

background-color css

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

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

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

border-color css

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

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

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