Html Css Color HEX #511385 Indigo

📋 copy color: '#511385'

red 81 ◦ green 19 ◦ blue 133

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

Shades of Indigo #511385

Tints of Indigo #511385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.15%

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

R = 34.76%
G = 8.15%
B = 57.08%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#511385 (or 0x511385) is known color: Indigo. HEX triplet: 51, 13 and 85. RGB value is (81,19,133). Sum of RGB (Red+Green+Blue) = 81+19+133=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #511385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511385 is #AEEC7A. Grayscale: #323232. Windows color (decimal): -11463803 or 8721233. OLE color: 8721233.

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

Color convert

RGB 81 19 133 -
CMYK 0.39 0.86 0 0.48
HSL 272.63º 0.75% 0.3% -
HSV(B) 272.63º 0.86% 0.52% -
XYZ 7.86 3.91 22.53 -
YUV 50.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 81 19 133 0.39 0.86 0 0.48 272.63 0.75 0.3
Hex 51 13 85 27 56 0 30 111 4B 1E
Octal 121 23 205 47 126 0 60 421 113 36
Binary 1010001 10011 10000101 100111 1010110 0 110000 100010001 1001011 11110

Color Harmonies of #511385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511385

Black with #511385

Text Example


Text Example

White with #511385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511385; }

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

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

background-color css

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

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

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

border-color css

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

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

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