Html Css Color HEX #470487 Indigo

📋 copy color: '#470487'

red 71 ◦ green 4 ◦ blue 135

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

Shades of Indigo #470487

Tints of Indigo #470487

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 135 (53.13% from 255) = 64.29%

R = 33.81%
G = 1.9%
B = 64.29%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#470487 (or 0x470487) is known color: Indigo. HEX triplet: 47, 04 and 87. RGB value is (71,4,135). Sum of RGB (Red+Green+Blue) = 71+4+135=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 135 (53.12% from 255 or 64.29% from 210); Max value from RGB is 135 - color contains mainly: blue. Hex color #470487 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470487 is #B8FB78. Grayscale: #262626. Windows color (decimal): -12123001 or 8848455. OLE color: 8848455.

HSL color Cylindrical-coordinate representation of color #470487: hue angle of 270.69º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470487 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 4 135 -
CMYK 0.47 0.97 0 0.47
HSL 270.69º 0.94% 0.27% -
HSV(B) 270.69º 0.97% 0.53% -
XYZ 7.02 3.18 23.16 -
YUV 38.97 182.2 150.85 -
System Red Green Blue C M Y K H S L
Decimal 71 4 135 0.47 0.97 0 0.47 270.69 0.94 0.27
Hex 47 4 87 2F 61 0 2F 10F 5E 1B
Octal 107 4 207 57 141 0 57 417 136 33
Binary 1000111 100 10000111 101111 1100001 0 101111 100001111 1011110 11011

Color Harmonies of #470487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470487

Black with #470487

Text Example


Text Example

White with #470487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470487; }

 p { color: rgb(71,4,135); }

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

background-color css

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

 a { background-color: rgb(71,4,135); }

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

border-color css

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

 span { border-color: rgb(71,4,135); }

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