Html Css Color HEX #511990 Indigo

📋 copy color: '#511990'

red 81 ◦ green 25 ◦ blue 144

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

Shades of Indigo #511990

Tints of Indigo #511990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 57.6%

R = 32.4%
G = 10%
B = 57.6%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#511990 (or 0x511990) is known color: Indigo. HEX triplet: 51, 19 and 90. RGB value is (81,25,144). Sum of RGB (Red+Green+Blue) = 81+25+144=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #511990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511990 is #AEE66F. Grayscale: #363636. Windows color (decimal): -11462256 or 9443665. OLE color: 9443665.

HSL color Cylindrical-coordinate representation of color #511990: hue angle of 268.24º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511990 is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 25 144 -
CMYK 0.44 0.83 0 0.44
HSL 268.24º 0.7% 0.33% -
HSV(B) 268.24º 0.83% 0.56% -
XYZ 8.78 4.46 26.78 -
YUV 55.31 178.05 146.32 -
System Red Green Blue C M Y K H S L
Decimal 81 25 144 0.44 0.83 0 0.44 268.24 0.7 0.33
Hex 51 19 90 2C 53 0 2C 10C 46 21
Octal 121 31 220 54 123 0 54 414 106 41
Binary 1010001 11001 10010000 101100 1010011 0 101100 100001100 1000110 100001

Color Harmonies of #511990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511990

Black with #511990

Text Example


Text Example

White with #511990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511990; }

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

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

background-color css

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

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

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

border-color css

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

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

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