Html Css Color HEX #470184 Indigo

📋 copy color: '#470184'

red 71 ◦ green 1 ◦ blue 132

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

Shades of Indigo #470184

Tints of Indigo #470184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 34.8%
G = 0.49%
B = 64.71%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#470184 (or 0x470184) is known color: Indigo. HEX triplet: 47, 01 and 84. RGB value is (71,1,132). Sum of RGB (Red+Green+Blue) = 71+1+132=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 132 (51.95% from 255 or 64.71% from 204); Max value from RGB is 132 - color contains mainly: blue. Hex color #470184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470184 is #B8FE7B. Grayscale: #242424. Windows color (decimal): -12123772 or 8651079. OLE color: 8651079.

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

Color convert

RGB 71 1 132 -
CMYK 0.46 0.99 0 0.48
HSL 272.06º 0.98% 0.26% -
HSV(B) 272.06º 0.99% 0.52% -
XYZ 6.77 3.03 22.06 -
YUV 36.86 181.69 152.35 -
System Red Green Blue C M Y K H S L
Decimal 71 1 132 0.46 0.99 0 0.48 272.06 0.98 0.26
Hex 47 1 84 2E 63 0 30 110 62 1A
Octal 107 1 204 56 143 0 60 420 142 32
Binary 1000111 1 10000100 101110 1100011 0 110000 100010000 1100010 11010

Color Harmonies of #470184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470184

Black with #470184

Text Example


Text Example

White with #470184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470184; }

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

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

background-color css

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

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

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

border-color css

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

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

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