Html Css Color HEX #511985 Indigo

📋 copy color: '#511985'

red 81 ◦ green 25 ◦ blue 133

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

Shades of Indigo #511985

Tints of Indigo #511985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 55.65%

R = 33.89%
G = 10.46%
B = 55.65%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#511985 (or 0x511985) is known color: Indigo. HEX triplet: 51, 19 and 85. RGB value is (81,25,133). Sum of RGB (Red+Green+Blue) = 81+25+133=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #511985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511985 is #AEE67A. Grayscale: #353535. Windows color (decimal): -11462267 or 8722769. OLE color: 8722769.

HSL color Cylindrical-coordinate representation of color #511985: hue angle of 271.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511985 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 25 133 -
CMYK 0.39 0.81 0 0.48
HSL 271.11º 0.68% 0.31% -
HSV(B) 271.11º 0.81% 0.52% -
XYZ 7.97 4.14 22.57 -
YUV 54.06 172.55 147.22 -
System Red Green Blue C M Y K H S L
Decimal 81 25 133 0.39 0.81 0 0.48 271.11 0.68 0.31
Hex 51 19 85 27 51 0 30 10F 44 1F
Octal 121 31 205 47 121 0 60 417 104 37
Binary 1010001 11001 10000101 100111 1010001 0 110000 100001111 1000100 11111

Color Harmonies of #511985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511985

Black with #511985

Text Example


Text Example

White with #511985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511985; }

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

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

background-color css

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

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

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

border-color css

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

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

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