Html Css Color HEX #511792 Indigo

📋 copy color: '#511792'

red 81 ◦ green 23 ◦ blue 146

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

Shades of Indigo #511792

Tints of Indigo #511792

RGB

 RED value IS 81 (32.03% from 255) = 32.4%

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

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

R = 32.4%
G = 9.2%
B = 58.4%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#511792 (or 0x511792) is known color: Indigo. HEX triplet: 51, 17 and 92. RGB value is (81,23,146). Sum of RGB (Red+Green+Blue) = 81+23+146=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #511792 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511792 is #AEE86D. Grayscale: #353535. Windows color (decimal): -11462766 or 9574225. OLE color: 9574225.

HSL color Cylindrical-coordinate representation of color #511792: hue angle of 268.29º 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 #511792 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 23 146 -
CMYK 0.45 0.84 0 0.43
HSL 268.29º 0.73% 0.33% -
HSV(B) 268.29º 0.84% 0.57% -
XYZ 8.89 4.44 27.58 -
YUV 54.36 179.72 147 -
System Red Green Blue C M Y K H S L
Decimal 81 23 146 0.45 0.84 0 0.43 268.29 0.73 0.33
Hex 51 17 92 2D 54 0 2B 10C 49 21
Octal 121 27 222 55 124 0 53 414 111 41
Binary 1010001 10111 10010010 101101 1010100 0 101011 100001100 1001001 100001

Color Harmonies of #511792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511792

Black with #511792

Text Example


Text Example

White with #511792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511792; }

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

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

background-color css

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

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

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

border-color css

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

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

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