Html Css Color HEX #470382 Indigo

📋 copy color: '#470382'

red 71 ◦ green 3 ◦ blue 130

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

Shades of Indigo #470382

Tints of Indigo #470382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.47%

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

R = 34.8%
G = 1.47%
B = 63.73%

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

#470382 (or 0x470382) is known color: Indigo. HEX triplet: 47, 03 and 82. RGB value is (71,3,130). Sum of RGB (Red+Green+Blue) = 71+3+130=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #470382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470382 is #B8FC7D. Grayscale: #252525. Windows color (decimal): -12123262 or 8520519. OLE color: 8520519.

HSL color Cylindrical-coordinate representation of color #470382: hue angle of 272.13º degrees, saturation: 0.95, 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 #470382 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 3 130 -
CMYK 0.45 0.98 0 0.49
HSL 272.13º 0.95% 0.26% -
HSV(B) 272.13º 0.98% 0.51% -
XYZ 6.66 3.02 21.35 -
YUV 37.81 180.03 151.67 -
System Red Green Blue C M Y K H S L
Decimal 71 3 130 0.45 0.98 0 0.49 272.13 0.95 0.26
Hex 47 3 82 2D 62 0 31 110 5F 1A
Octal 107 3 202 55 142 0 61 420 137 32
Binary 1000111 11 10000010 101101 1100010 0 110001 100010000 1011111 11010

Color Harmonies of #470382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470382

Black with #470382

Text Example


Text Example

White with #470382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470382; }

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

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

background-color css

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

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

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

border-color css

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

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

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