Html Css Color HEX #470188 Indigo

📋 copy color: '#470188'

red 71 ◦ green 1 ◦ blue 136

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

Shades of Indigo #470188

Tints of Indigo #470188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 65.38%

R = 34.13%
G = 0.48%
B = 65.38%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#470188 (or 0x470188) is known color: Indigo. HEX triplet: 47, 01 and 88. RGB value is (71,1,136). Sum of RGB (Red+Green+Blue) = 71+1+136=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 136 (53.52% from 255 or 65.38% from 208); Max value from RGB is 136 - color contains mainly: blue. Hex color #470188 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470188 is #B8FE77. Grayscale: #242424. Windows color (decimal): -12123768 or 8913223. OLE color: 8913223.

HSL color Cylindrical-coordinate representation of color #470188: hue angle of 271.11º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470188 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 1 136 -
CMYK 0.48 0.99 0 0.47
HSL 271.11º 0.99% 0.27% -
HSV(B) 271.11º 0.99% 0.53% -
XYZ 7.05 3.14 23.53 -
YUV 37.32 183.69 152.02 -
System Red Green Blue C M Y K H S L
Decimal 71 1 136 0.48 0.99 0 0.47 271.11 0.99 0.27
Hex 47 1 88 30 63 0 2F 10F 63 1B
Octal 107 1 210 60 143 0 57 417 143 33
Binary 1000111 1 10001000 110000 1100011 0 101111 100001111 1100011 11011

Color Harmonies of #470188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470188

Black with #470188

Text Example


Text Example

White with #470188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470188; }

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

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

background-color css

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

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

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

border-color css

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

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

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