Html Css Color HEX #471792 Indigo

📋 copy color: '#471792'

red 71 ◦ green 23 ◦ blue 146

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

Shades of Indigo #471792

Tints of Indigo #471792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.58%

 BLUE value IS 146 (57.42% from 255) = 60.83%

R = 29.58%
G = 9.58%
B = 60.83%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#471792 (or 0x471792) is known color: Indigo. HEX triplet: 47, 17 and 92. RGB value is (71,23,146). Sum of RGB (Red+Green+Blue) = 71+23+146=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #471792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471792 is #B8E86D. Grayscale: #323232. Windows color (decimal): -12118126 or 9574215. OLE color: 9574215.

HSL color Cylindrical-coordinate representation of color #471792: hue angle of 263.41º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471792 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 23 146 -
CMYK 0.51 0.84 0 0.43
HSL 263.41º 0.73% 0.33% -
HSV(B) 263.41º 0.84% 0.57% -
XYZ 8.09 4.03 27.55 -
YUV 51.37 181.4 142 -
System Red Green Blue C M Y K H S L
Decimal 71 23 146 0.51 0.84 0 0.43 263.41 0.73 0.33
Hex 47 17 92 33 54 0 2B 107 49 21
Octal 107 27 222 63 124 0 53 407 111 41
Binary 1000111 10111 10010010 110011 1010100 0 101011 100000111 1001001 100001

Color Harmonies of #471792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471792

Black with #471792

Text Example


Text Example

White with #471792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471792; }

 p { color: rgb(71,23,146); }

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

background-color css

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

 a { background-color: rgb(71,23,146); }

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

border-color css

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

 span { border-color: rgb(71,23,146); }

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