Html Css Color HEX #511073 Indigo

📋 copy color: '#511073'

red 81 ◦ green 16 ◦ blue 115

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

Shades of Indigo #511073

Tints of Indigo #511073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.55%

 BLUE value IS 115 (45.31% from 255) = 54.25%

R = 38.21%
G = 7.55%
B = 54.25%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#511073 (or 0x511073) is known color: Indigo. HEX triplet: 51, 10 and 73. RGB value is (81,16,115). Sum of RGB (Red+Green+Blue) = 81+16+115=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #511073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511073 is #AEEF8C. Grayscale: #2E2E2E. Windows color (decimal): -11464589 or 7540817. OLE color: 7540817.

HSL color Cylindrical-coordinate representation of color #511073: hue angle of 279.39º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511073 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 16 115 -
CMYK 0.30 0.86 0 0.55
HSL 279.39º 0.76% 0.26% -
HSV(B) 279.39º 0.86% 0.45% -
XYZ 6.67 3.36 16.52 -
YUV 46.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 81 16 115 0.30 0.86 0 0.55 279.39 0.76 0.26
Hex 51 10 73 1E 56 0 37 117 4C 1A
Octal 121 20 163 36 126 0 67 427 114 32
Binary 1010001 10000 1110011 11110 1010110 0 110111 100010111 1001100 11010

Color Harmonies of #511073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511073

Black with #511073

Text Example


Text Example

White with #511073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511073; }

 p { color: rgb(81,16,115); }

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

background-color css

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

 a { background-color: rgb(81,16,115); }

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

border-color css

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

 span { border-color: rgb(81,16,115); }

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