Html Css Color HEX #511982 Indigo

📋 copy color: '#511982'

red 81 ◦ green 25 ◦ blue 130

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

Shades of Indigo #511982

Tints of Indigo #511982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.59%

 BLUE value IS 130 (51.17% from 255) = 55.08%

R = 34.32%
G = 10.59%
B = 55.08%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#511982 (or 0x511982) is known color: Indigo. HEX triplet: 51, 19 and 82. RGB value is (81,25,130). Sum of RGB (Red+Green+Blue) = 81+25+130=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #511982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511982 is #AEE67D. Grayscale: #353535. Windows color (decimal): -11462270 or 8526161. OLE color: 8526161.

HSL color Cylindrical-coordinate representation of color #511982: hue angle of 272º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511982 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 25 130 -
CMYK 0.38 0.81 0 0.49
HSL 272º 0.68% 0.3% -
HSV(B) 272º 0.81% 0.51% -
XYZ 7.77 4.06 21.49 -
YUV 53.71 171.05 147.46 -
System Red Green Blue C M Y K H S L
Decimal 81 25 130 0.38 0.81 0 0.49 272 0.68 0.3
Hex 51 19 82 26 51 0 31 110 44 1E
Octal 121 31 202 46 121 0 61 420 104 36
Binary 1010001 11001 10000010 100110 1010001 0 110001 100010000 1000100 11110

Color Harmonies of #511982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511982

Black with #511982

Text Example


Text Example

White with #511982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511982; }

 p { color: rgb(81,25,130); }

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

background-color css

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

 a { background-color: rgb(81,25,130); }

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

border-color css

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

 span { border-color: rgb(81,25,130); }

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