Html Css Color HEX #511098 Indigo

📋 copy color: '#511098'

red 81 ◦ green 16 ◦ blue 152

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

Shades of Indigo #511098

Tints of Indigo #511098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 61.04%

R = 32.53%
G = 6.43%
B = 61.04%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#511098 (or 0x511098) is known color: Indigo. HEX triplet: 51, 10 and 98. RGB value is (81,16,152). Sum of RGB (Red+Green+Blue) = 81+16+152=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #511098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511098 is #AEEF67. Grayscale: #323232. Windows color (decimal): -11464552 or 9965649. OLE color: 9965649.

HSL color Cylindrical-coordinate representation of color #511098: hue angle of 268.68º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511098 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 16 152 -
CMYK 0.47 0.89 0 0.40
HSL 268.68º 0.81% 0.33% -
HSV(B) 268.68º 0.89% 0.6% -
XYZ 9.25 4.39 30.07 -
YUV 50.94 185.03 149.44 -
System Red Green Blue C M Y K H S L
Decimal 81 16 152 0.47 0.89 0 0.40 268.68 0.81 0.33
Hex 51 10 98 2F 59 0 28 10D 51 21
Octal 121 20 230 57 131 0 50 415 121 41
Binary 1010001 10000 10011000 101111 1011001 0 101000 100001101 1010001 100001

Color Harmonies of #511098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511098

Black with #511098

Text Example


Text Example

White with #511098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511098; }

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

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

background-color css

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

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

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

border-color css

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

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

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