Html Css Color HEX #471282 Indigo

📋 copy color: '#471282'

red 71 ◦ green 18 ◦ blue 130

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

Shades of Indigo #471282

Tints of Indigo #471282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.22%

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

R = 32.42%
G = 8.22%
B = 59.36%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#471282 (or 0x471282) is known color: Indigo. HEX triplet: 47, 12 and 82. RGB value is (71,18,130). Sum of RGB (Red+Green+Blue) = 71+18+130=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #471282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471282 is #B8ED7D. Grayscale: #2E2E2E. Windows color (decimal): -12119422 or 8524359. OLE color: 8524359.

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

Color convert

RGB 71 18 130 -
CMYK 0.45 0.86 0 0.49
HSL 268.39º 0.76% 0.29% -
HSV(B) 268.39º 0.86% 0.51% -
XYZ 6.84 3.38 21.41 -
YUV 46.62 175.06 145.39 -
System Red Green Blue C M Y K H S L
Decimal 71 18 130 0.45 0.86 0 0.49 268.39 0.76 0.29
Hex 47 12 82 2D 56 0 31 10C 4C 1D
Octal 107 22 202 55 126 0 61 414 114 35
Binary 1000111 10010 10000010 101101 1010110 0 110001 100001100 1001100 11101

Color Harmonies of #471282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471282

Black with #471282

Text Example


Text Example

White with #471282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471282; }

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

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

background-color css

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

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

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

border-color css

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

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

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