Html Css Color HEX #470B95 Indigo

📋 copy color: '#470B95'

red 71 ◦ green 11 ◦ blue 149

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

Shades of Indigo #470B95

Tints of Indigo #470B95

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.76%

 BLUE value IS 149 (58.59% from 255) = 64.5%

R = 30.74%
G = 4.76%
B = 64.5%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#470B95 (or 0x470B95) is known color: Indigo. HEX triplet: 47, 0B and 95. RGB value is (71,11,149). Sum of RGB (Red+Green+Blue) = 71+11+149=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #470B95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470B95 is #B8F46A. Grayscale: #2C2C2C. Windows color (decimal): -12121195 or 9767751. OLE color: 9767751.

HSL color Cylindrical-coordinate representation of color #470B95: hue angle of 266.09º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470B95 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 11 149 -
CMYK 0.52 0.93 0 0.42
HSL 266.09º 0.86% 0.31% -
HSV(B) 266.09º 0.93% 0.58% -
XYZ 8.14 3.75 28.73 -
YUV 44.67 186.88 146.78 -
System Red Green Blue C M Y K H S L
Decimal 71 11 149 0.52 0.93 0 0.42 266.09 0.86 0.31
Hex 47 B 95 34 5D 0 2A 10A 56 1F
Octal 107 13 225 64 135 0 52 412 126 37
Binary 1000111 1011 10010101 110100 1011101 0 101010 100001010 1010110 11111

Color Harmonies of #470B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B95

Black with #470B95

Text Example


Text Example

White with #470B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470B95; }

 p { color: rgb(71,11,149); }

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

background-color css

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

 a { background-color: rgb(71,11,149); }

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

border-color css

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

 span { border-color: rgb(71,11,149); }

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