Html Css Color HEX #471693 Indigo

📋 copy color: '#471693'

red 71 ◦ green 22 ◦ blue 147

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

Shades of Indigo #471693

Tints of Indigo #471693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.17%

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

R = 29.58%
G = 9.17%
B = 61.25%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#471693 (or 0x471693) is known color: Indigo. HEX triplet: 47, 16 and 93. RGB value is (71,22,147). Sum of RGB (Red+Green+Blue) = 71+22+147=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #471693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471693 is #B8E96C. Grayscale: #323232. Windows color (decimal): -12118381 or 9639495. OLE color: 9639495.

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

Color convert

RGB 71 22 147 -
CMYK 0.52 0.85 0 0.42
HSL 263.52º 0.74% 0.33% -
HSV(B) 263.52º 0.85% 0.58% -
XYZ 8.15 4.02 27.95 -
YUV 50.9 182.23 142.34 -
System Red Green Blue C M Y K H S L
Decimal 71 22 147 0.52 0.85 0 0.42 263.52 0.74 0.33
Hex 47 16 93 34 55 0 2A 108 4A 21
Octal 107 26 223 64 125 0 52 410 112 41
Binary 1000111 10110 10010011 110100 1010101 0 101010 100001000 1001010 100001

Color Harmonies of #471693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471693

Black with #471693

Text Example


Text Example

White with #471693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471693; }

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

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

background-color css

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

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

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

border-color css

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

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

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