Html Css Color HEX #470282 Indigo

📋 copy color: '#470282'

red 71 ◦ green 2 ◦ blue 130

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

Shades of Indigo #470282

Tints of Indigo #470282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 64.04%

R = 34.98%
G = 0.99%
B = 64.04%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#470282 (or 0x470282) is known color: Indigo. HEX triplet: 47, 02 and 82. RGB value is (71,2,130). Sum of RGB (Red+Green+Blue) = 71+2+130=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #470282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470282 is #B8FD7D. Grayscale: #242424. Windows color (decimal): -12123518 or 8520263. OLE color: 8520263.

HSL color Cylindrical-coordinate representation of color #470282: hue angle of 272.34º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #470282 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 2 130 -
CMYK 0.45 0.98 0 0.49
HSL 272.34º 0.97% 0.26% -
HSV(B) 272.34º 0.98% 0.51% -
XYZ 6.65 2.99 21.35 -
YUV 37.22 180.36 152.09 -
System Red Green Blue C M Y K H S L
Decimal 71 2 130 0.45 0.98 0 0.49 272.34 0.97 0.26
Hex 47 2 82 2D 62 0 31 110 61 1A
Octal 107 2 202 55 142 0 61 420 141 32
Binary 1000111 10 10000010 101101 1100010 0 110001 100010000 1100001 11010

Color Harmonies of #470282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470282

Black with #470282

Text Example


Text Example

White with #470282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470282; }

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

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

background-color css

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

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

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

border-color css

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

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

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