Html Css Color HEX #470287 Indigo

📋 copy color: '#470287'

red 71 ◦ green 2 ◦ blue 135

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

Shades of Indigo #470287

Tints of Indigo #470287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

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

R = 34.13%
G = 0.96%
B = 64.9%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#470287 (or 0x470287) is known color: Indigo. HEX triplet: 47, 02 and 87. RGB value is (71,2,135). Sum of RGB (Red+Green+Blue) = 71+2+135=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 135 (53.12% from 255 or 64.90% from 208); Max value from RGB is 135 - color contains mainly: blue. Hex color #470287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470287 is #B8FD78. Grayscale: #252525. Windows color (decimal): -12123513 or 8847943. OLE color: 8847943.

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

Color convert

RGB 71 2 135 -
CMYK 0.47 0.99 0 0.47
HSL 271.13º 0.97% 0.27% -
HSV(B) 271.13º 0.99% 0.53% -
XYZ 6.99 3.13 23.16 -
YUV 37.79 182.86 151.69 -
System Red Green Blue C M Y K H S L
Decimal 71 2 135 0.47 0.99 0 0.47 271.13 0.97 0.27
Hex 47 2 87 2F 63 0 2F 10F 61 1B
Octal 107 2 207 57 143 0 57 417 141 33
Binary 1000111 10 10000111 101111 1100011 0 101111 100001111 1100001 11011

Color Harmonies of #470287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470287

Black with #470287

Text Example


Text Example

White with #470287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470287; }

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

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

background-color css

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

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

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

border-color css

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

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

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