Html Css Color HEX #470488 Indigo

📋 copy color: '#470488'

red 71 ◦ green 4 ◦ blue 136

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

Shades of Indigo #470488

Tints of Indigo #470488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 33.65%
G = 1.9%
B = 64.45%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#470488 (or 0x470488) is known color: Indigo. HEX triplet: 47, 04 and 88. RGB value is (71,4,136). Sum of RGB (Red+Green+Blue) = 71+4+136=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 136 (53.52% from 255 or 64.45% from 211); Max value from RGB is 136 - color contains mainly: blue. Hex color #470488 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470488 is #B8FB77. Grayscale: #262626. Windows color (decimal): -12123000 or 8913991. OLE color: 8913991.

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

Color convert

RGB 71 4 136 -
CMYK 0.48 0.97 0 0.47
HSL 270.45º 0.94% 0.27% -
HSV(B) 270.45º 0.97% 0.53% -
XYZ 7.09 3.2 23.54 -
YUV 39.08 182.7 150.77 -
System Red Green Blue C M Y K H S L
Decimal 71 4 136 0.48 0.97 0 0.47 270.45 0.94 0.27
Hex 47 4 88 30 61 0 2F 10E 5E 1B
Octal 107 4 210 60 141 0 57 416 136 33
Binary 1000111 100 10001000 110000 1100001 0 101111 100001110 1011110 11011

Color Harmonies of #470488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470488

Black with #470488

Text Example


Text Example

White with #470488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470488; }

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

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

background-color css

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

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

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

border-color css

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

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

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