Html Css Color HEX #470872 Indigo

📋 copy color: '#470872'

red 71 ◦ green 8 ◦ blue 114

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

Shades of Indigo #470872

Tints of Indigo #470872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

 BLUE value IS 114 (44.92% from 255) = 59.07%

R = 36.79%
G = 4.15%
B = 59.07%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#470872 (or 0x470872) is known color: Indigo. HEX triplet: 47, 08 and 72. RGB value is (71,8,114). Sum of RGB (Red+Green+Blue) = 71+8+114=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #470872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470872 is #B8F78D. Grayscale: #262626. Windows color (decimal): -12121998 or 7473223. OLE color: 7473223.

HSL color Cylindrical-coordinate representation of color #470872: hue angle of 275.66º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470872 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 8 114 -
CMYK 0.38 0.93 0 0.55
HSL 275.66º 0.87% 0.24% -
HSV(B) 275.66º 0.93% 0.45% -
XYZ 5.72 2.73 16.14 -
YUV 38.92 170.37 150.88 -
System Red Green Blue C M Y K H S L
Decimal 71 8 114 0.38 0.93 0 0.55 275.66 0.87 0.24
Hex 47 8 72 26 5D 0 37 114 57 18
Octal 107 10 162 46 135 0 67 424 127 30
Binary 1000111 1000 1110010 100110 1011101 0 110111 100010100 1010111 11000

Color Harmonies of #470872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470872

Black with #470872

Text Example


Text Example

White with #470872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470872; }

 p { color: rgb(71,8,114); }

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

background-color css

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

 a { background-color: rgb(71,8,114); }

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

border-color css

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

 span { border-color: rgb(71,8,114); }

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