Html Css Color HEX #471484 Indigo

📋 copy color: '#471484'

red 71 ◦ green 20 ◦ blue 132

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

Shades of Indigo #471484

Tints of Indigo #471484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.97%

 BLUE value IS 132 (51.95% from 255) = 59.19%

R = 31.84%
G = 8.97%
B = 59.19%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#471484 (or 0x471484) is known color: Indigo. HEX triplet: 47, 14 and 84. RGB value is (71,20,132). Sum of RGB (Red+Green+Blue) = 71+20+132=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #471484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471484 is #B8EB7B. Grayscale: #2F2F2F. Windows color (decimal): -12118908 or 8655943. OLE color: 8655943.

HSL color Cylindrical-coordinate representation of color #471484: hue angle of 267.32º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471484 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 20 132 -
CMYK 0.46 0.85 0 0.48
HSL 267.32º 0.74% 0.3% -
HSV(B) 267.32º 0.85% 0.52% -
XYZ 7.01 3.51 22.14 -
YUV 48.02 175.4 144.39 -
System Red Green Blue C M Y K H S L
Decimal 71 20 132 0.46 0.85 0 0.48 267.32 0.74 0.3
Hex 47 14 84 2E 55 0 30 10B 4A 1E
Octal 107 24 204 56 125 0 60 413 112 36
Binary 1000111 10100 10000100 101110 1010101 0 110000 100001011 1001010 11110

Color Harmonies of #471484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471484

Black with #471484

Text Example


Text Example

White with #471484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471484; }

 p { color: rgb(71,20,132); }

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

background-color css

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

 a { background-color: rgb(71,20,132); }

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

border-color css

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

 span { border-color: rgb(71,20,132); }

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