Html Css Color HEX #470270 Indigo

📋 copy color: '#470270'

red 71 ◦ green 2 ◦ blue 112

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

Shades of Indigo #470270

Tints of Indigo #470270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 60.54%

R = 38.38%
G = 1.08%
B = 60.54%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#470270 (or 0x470270) is known color: Indigo. HEX triplet: 47, 02 and 70. RGB value is (71,2,112). Sum of RGB (Red+Green+Blue) = 71+2+112=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #470270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470270 is #B8FD8F. Grayscale: #222222. Windows color (decimal): -12123536 or 7340615. OLE color: 7340615.

HSL color Cylindrical-coordinate representation of color #470270: hue angle of 277.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #470270 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 2 112 -
CMYK 0.37 0.98 0 0.56
HSL 277.64º 0.96% 0.22% -
HSV(B) 277.64º 0.98% 0.44% -
XYZ 5.54 2.55 15.53 -
YUV 35.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 71 2 112 0.37 0.98 0 0.56 277.64 0.96 0.22
Hex 47 2 70 25 62 0 38 116 60 16
Octal 107 2 160 45 142 0 70 426 140 26
Binary 1000111 10 1110000 100101 1100010 0 111000 100010110 1100000 10110

Color Harmonies of #470270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470270

Black with #470270

Text Example


Text Example

White with #470270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470270; }

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

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

background-color css

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

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

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

border-color css

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

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

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