Html Css Color HEX #470688 Indigo

📋 copy color: '#470688'

red 71 ◦ green 6 ◦ blue 136

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

Shades of Indigo #470688

Tints of Indigo #470688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

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

R = 33.33%
G = 2.82%
B = 63.85%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#470688 (or 0x470688) is known color: Indigo. HEX triplet: 47, 06 and 88. RGB value is (71,6,136). Sum of RGB (Red+Green+Blue) = 71+6+136=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #470688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470688 is #B8F977. Grayscale: #272727. Windows color (decimal): -12122488 or 8914503. OLE color: 8914503.

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

Color convert

RGB 71 6 136 -
CMYK 0.48 0.96 0 0.47
HSL 270º 0.92% 0.28% -
HSV(B) 270º 0.96% 0.53% -
XYZ 7.11 3.25 23.54 -
YUV 40.26 182.03 149.93 -
System Red Green Blue C M Y K H S L
Decimal 71 6 136 0.48 0.96 0 0.47 270 0.92 0.28
Hex 47 6 88 30 60 0 2F 10E 5C 1C
Octal 107 6 210 60 140 0 57 416 134 34
Binary 1000111 110 10001000 110000 1100000 0 101111 100001110 1011100 11100

Color Harmonies of #470688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470688

Black with #470688

Text Example


Text Example

White with #470688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470688; }

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

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

background-color css

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

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

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

border-color css

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

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

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