Html Css Color HEX #470562 Indigo

📋 copy color: '#470562'

red 71 ◦ green 5 ◦ blue 98

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

Shades of Indigo #470562

Tints of Indigo #470562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.87%

 BLUE value IS 98 (38.67% from 255) = 56.32%

R = 40.8%
G = 2.87%
B = 56.32%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#470562 (or 0x470562) is known color: Indigo. HEX triplet: 47, 05 and 62. RGB value is (71,5,98). Sum of RGB (Red+Green+Blue) = 71+5+98=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #470562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470562 is #B8FA9D. Grayscale: #232323. Windows color (decimal): -12122782 or 6423879. OLE color: 6423879.

HSL color Cylindrical-coordinate representation of color #470562: hue angle of 282.58º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470562 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 5 98 -
CMYK 0.28 0.95 0 0.62
HSL 282.58º 0.9% 0.2% -
HSV(B) 282.58º 0.95% 0.38% -
XYZ 4.86 2.33 11.75 -
YUV 35.34 163.37 153.44 -
System Red Green Blue C M Y K H S L
Decimal 71 5 98 0.28 0.95 0 0.62 282.58 0.9 0.2
Hex 47 5 62 1C 5F 0 3E 11B 5A 14
Octal 107 5 142 34 137 0 76 433 132 24
Binary 1000111 101 1100010 11100 1011111 0 111110 100011011 1011010 10100

Color Harmonies of #470562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470562

Black with #470562

Text Example


Text Example

White with #470562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470562; }

 p { color: rgb(71,5,98); }

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

background-color css

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

 a { background-color: rgb(71,5,98); }

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

border-color css

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

 span { border-color: rgb(71,5,98); }

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