Html Css Color HEX #470093 Indigo

📋 copy color: '#470093'

red 71 ◦ green 0 ◦ blue 147

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

Shades of Indigo #470093

Tints of Indigo #470093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.57%
G = 0%
B = 67.43%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#470093 (or 0x470093) is known color: Indigo. HEX triplet: 47, 00 and 93. RGB value is (71,0,147). Sum of RGB (Red+Green+Blue) = 71+0+147=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 147 (57.81% from 255 or 67.43% from 218); Max value from RGB is 147 - color contains mainly: blue. Hex color #470093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470093 is #B8FF6C. Grayscale: #252525. Windows color (decimal): -12124013 or 9633863. OLE color: 9633863.

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

Color convert

RGB 71 0 147 -
CMYK 0.52 1 0 0.42
HSL 268.98º 1% 0.29% -
HSV(B) 268.98º 1% 0.58% -
XYZ 7.86 3.45 27.85 -
YUV 37.99 189.52 151.55 -
System Red Green Blue C M Y K H S L
Decimal 71 0 147 0.52 1 0 0.42 268.98 1 0.29
Hex 47 0 93 34 64 0 2A 10D 64 1D
Octal 107 0 223 64 144 0 52 415 144 35
Binary 1000111 0 10010011 110100 1100100 0 101010 100001101 1100100 11101

Color Harmonies of #470093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470093

Black with #470093

Text Example


Text Example

White with #470093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470093; }

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

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

background-color css

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

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

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

border-color css

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

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

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