Html Css Color HEX #511897 Indigo

📋 copy color: '#511897'

red 81 ◦ green 24 ◦ blue 151

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

Shades of Indigo #511897

Tints of Indigo #511897

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.38%

 BLUE value IS 151 (59.38% from 255) = 58.98%

R = 31.64%
G = 9.38%
B = 58.98%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#511897 (or 0x511897) is known color: Indigo. HEX triplet: 51, 18 and 97. RGB value is (81,24,151). Sum of RGB (Red+Green+Blue) = 81+24+151=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #511897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511897 is #AEE768. Grayscale: #373737. Windows color (decimal): -11462505 or 9902161. OLE color: 9902161.

HSL color Cylindrical-coordinate representation of color #511897: hue angle of 266.93º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511897 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 24 151 -
CMYK 0.46 0.84 0 0.41
HSL 266.93º 0.73% 0.34% -
HSV(B) 266.93º 0.84% 0.59% -
XYZ 9.31 4.64 29.68 -
YUV 55.52 181.88 146.17 -
System Red Green Blue C M Y K H S L
Decimal 81 24 151 0.46 0.84 0 0.41 266.93 0.73 0.34
Hex 51 18 97 2E 54 0 29 10B 49 22
Octal 121 30 227 56 124 0 51 413 111 42
Binary 1010001 11000 10010111 101110 1010100 0 101001 100001011 1001001 100010

Color Harmonies of #511897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511897

Black with #511897

Text Example


Text Example

White with #511897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511897; }

 p { color: rgb(81,24,151); }

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

background-color css

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

 a { background-color: rgb(81,24,151); }

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

border-color css

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

 span { border-color: rgb(81,24,151); }

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