Html Css Color HEX #511378 Indigo

📋 copy color: '#511378'

red 81 ◦ green 19 ◦ blue 120

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

Shades of Indigo #511378

Tints of Indigo #511378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 54.55%

R = 36.82%
G = 8.64%
B = 54.55%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#511378 (or 0x511378) is known color: Indigo. HEX triplet: 51, 13 and 78. RGB value is (81,19,120). Sum of RGB (Red+Green+Blue) = 81+19+120=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #511378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511378 is #AEEC87. Grayscale: #303030. Windows color (decimal): -11463816 or 7869265. OLE color: 7869265.

HSL color Cylindrical-coordinate representation of color #511378: hue angle of 276.83º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511378 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 19 120 -
CMYK 0.32 0.84 0 0.53
HSL 276.83º 0.73% 0.27% -
HSV(B) 276.83º 0.84% 0.47% -
XYZ 7.02 3.57 18.09 -
YUV 49.05 168.04 150.79 -
System Red Green Blue C M Y K H S L
Decimal 81 19 120 0.32 0.84 0 0.53 276.83 0.73 0.27
Hex 51 13 78 20 54 0 35 115 49 1B
Octal 121 23 170 40 124 0 65 425 111 33
Binary 1010001 10011 1111000 100000 1010100 0 110101 100010101 1001001 11011

Color Harmonies of #511378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511378

Black with #511378

Text Example


Text Example

White with #511378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511378; }

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

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

background-color css

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

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

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

border-color css

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

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

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