Html Css Color HEX #511074 Indigo

📋 copy color: '#511074'

red 81 ◦ green 16 ◦ blue 116

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

Shades of Indigo #511074

Tints of Indigo #511074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 54.46%

R = 38.03%
G = 7.51%
B = 54.46%

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

#511074 (or 0x511074) is known color: Indigo. HEX triplet: 51, 10 and 74. RGB value is (81,16,116). Sum of RGB (Red+Green+Blue) = 81+16+116=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #511074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511074 is #AEEF8B. Grayscale: #2E2E2E. Windows color (decimal): -11464588 or 7606353. OLE color: 7606353.

HSL color Cylindrical-coordinate representation of color #511074: hue angle of 279º 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 #511074 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 16 116 -
CMYK 0.30 0.86 0 0.55
HSL 279º 0.76% 0.26% -
HSV(B) 279º 0.86% 0.45% -
XYZ 6.73 3.38 16.82 -
YUV 46.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 81 16 116 0.30 0.86 0 0.55 279 0.76 0.26
Hex 51 10 74 1E 56 0 37 117 4C 1A
Octal 121 20 164 36 126 0 67 427 114 32
Binary 1010001 10000 1110100 11110 1010110 0 110111 100010111 1001100 11010

Color Harmonies of #511074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511074

Black with #511074

Text Example


Text Example

White with #511074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511074; }

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

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

background-color css

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

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

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

border-color css

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

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

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