Html Css Color HEX #470269 Indigo

📋 copy color: '#470269'

red 71 ◦ green 2 ◦ blue 105

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

Shades of Indigo #470269

Tints of Indigo #470269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 58.99%

R = 39.89%
G = 1.12%
B = 58.99%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#470269 (or 0x470269) is known color: Indigo. HEX triplet: 47, 02 and 69. RGB value is (71,2,105). Sum of RGB (Red+Green+Blue) = 71+2+105=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #470269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470269 is #B8FD96. Grayscale: #222222. Windows color (decimal): -12123543 or 6881863. OLE color: 6881863.

HSL color Cylindrical-coordinate representation of color #470269: hue angle of 280.19º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #470269 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 2 105 -
CMYK 0.32 0.98 0 0.59
HSL 280.19º 0.96% 0.21% -
HSV(B) 280.19º 0.98% 0.41% -
XYZ 5.17 2.4 13.56 -
YUV 34.37 167.86 154.12 -
System Red Green Blue C M Y K H S L
Decimal 71 2 105 0.32 0.98 0 0.59 280.19 0.96 0.21
Hex 47 2 69 20 62 0 3B 118 60 15
Octal 107 2 151 40 142 0 73 430 140 25
Binary 1000111 10 1101001 100000 1100010 0 111011 100011000 1100000 10101

Color Harmonies of #470269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470269

Black with #470269

Text Example


Text Example

White with #470269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470269; }

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

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

background-color css

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

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

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

border-color css

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

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

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