Html Css Color HEX #470369 Indigo

📋 copy color: '#470369'

red 71 ◦ green 3 ◦ blue 105

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

Shades of Indigo #470369

Tints of Indigo #470369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.68%

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

R = 39.66%
G = 1.68%
B = 58.66%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#470369 (or 0x470369) is known color: Indigo. HEX triplet: 47, 03 and 69. RGB value is (71,3,105). Sum of RGB (Red+Green+Blue) = 71+3+105=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #470369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470369 is #B8FC96. Grayscale: #222222. Windows color (decimal): -12123287 or 6882119. OLE color: 6882119.

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

Color convert

RGB 71 3 105 -
CMYK 0.32 0.97 0 0.59
HSL 280º 0.94% 0.21% -
HSV(B) 280º 0.97% 0.41% -
XYZ 5.18 2.42 13.56 -
YUV 34.96 167.53 153.71 -
System Red Green Blue C M Y K H S L
Decimal 71 3 105 0.32 0.97 0 0.59 280 0.94 0.21
Hex 47 3 69 20 61 0 3B 118 5E 15
Octal 107 3 151 40 141 0 73 430 136 25
Binary 1000111 11 1101001 100000 1100001 0 111011 100011000 1011110 10101

Color Harmonies of #470369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470369

Black with #470369

Text Example


Text Example

White with #470369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470369; }

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

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

background-color css

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

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

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

border-color css

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

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

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