Html Css Color HEX #470262 Indigo

📋 copy color: '#470262'

red 71 ◦ green 2 ◦ blue 98

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

Shades of Indigo #470262

Tints of Indigo #470262

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.17%

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

R = 41.52%
G = 1.17%
B = 57.31%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#470262 (or 0x470262) is known color: Indigo. HEX triplet: 47, 02 and 62. RGB value is (71,2,98). Sum of RGB (Red+Green+Blue) = 71+2+98=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #470262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470262 is #B8FD9D. Grayscale: #212121. Windows color (decimal): -12123550 or 6423111. OLE color: 6423111.

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

Color convert

RGB 71 2 98 -
CMYK 0.28 0.98 0 0.62
HSL 283.13º 0.96% 0.2% -
HSV(B) 283.13º 0.98% 0.38% -
XYZ 4.82 2.26 11.74 -
YUV 33.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 71 2 98 0.28 0.98 0 0.62 283.13 0.96 0.2
Hex 47 2 62 1C 62 0 3E 11B 60 14
Octal 107 2 142 34 142 0 76 433 140 24
Binary 1000111 10 1100010 11100 1100010 0 111110 100011011 1100000 10100

Color Harmonies of #470262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470262

Black with #470262

Text Example


Text Example

White with #470262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470262; }

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

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

background-color css

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

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

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

border-color css

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

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

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