Html Css Color HEX #470B93 Indigo

📋 copy color: '#470B93'

red 71 ◦ green 11 ◦ blue 147

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

Shades of Indigo #470B93

Tints of Indigo #470B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 64.19%

R = 31%
G = 4.8%
B = 64.19%

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

#470B93 (or 0x470B93) is known color: Indigo. HEX triplet: 47, 0B and 93. RGB value is (71,11,147). Sum of RGB (Red+Green+Blue) = 71+11+147=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #470B93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470B93 is #B8F46C. Grayscale: #2B2B2B. Windows color (decimal): -12121197 or 9636679. OLE color: 9636679.

HSL color Cylindrical-coordinate representation of color #470B93: hue angle of 266.47º 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 #470B93 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 11 147 -
CMYK 0.52 0.93 0 0.42
HSL 266.47º 0.86% 0.31% -
HSV(B) 266.47º 0.93% 0.58% -
XYZ 7.98 3.69 27.89 -
YUV 44.44 185.88 146.94 -
System Red Green Blue C M Y K H S L
Decimal 71 11 147 0.52 0.93 0 0.42 266.47 0.86 0.31
Hex 47 B 93 34 5D 0 2A 10A 56 1F
Octal 107 13 223 64 135 0 52 412 126 37
Binary 1000111 1011 10010011 110100 1011101 0 101010 100001010 1010110 11111

Color Harmonies of #470B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470B93

Black with #470B93

Text Example


Text Example

White with #470B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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