Html Css Color HEX #510099 Indigo

📋 copy color: '#510099'

red 81 ◦ green 0 ◦ blue 153

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

Shades of Indigo #510099

Tints of Indigo #510099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 153 (60.16% from 255) = 65.38%

R = 34.62%
G = 0%
B = 65.38%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#510099 (or 0x510099) is known color: Indigo. HEX triplet: 51, 00 and 99. RGB value is (81,0,153). Sum of RGB (Red+Green+Blue) = 81+0+153=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #510099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510099 is #AEFF66. Grayscale: #292929. Windows color (decimal): -11468647 or 10027089. OLE color: 10027089.

HSL color Cylindrical-coordinate representation of color #510099: hue angle of 271.76º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510099 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 0 153 -
CMYK 0.47 1 0 0.4
HSL 271.76º 1% 0.3% -
HSV(B) 271.76º 1% 0.6% -
XYZ 9.14 4.05 30.44 -
YUV 41.66 190.84 156.06 -
System Red Green Blue C M Y K H S L
Decimal 81 0 153 0.47 1 0 0.4 271.76 1 0.3
Hex 51 0 99 2F 64 0 28 110 64 1E
Octal 121 0 231 57 144 0 50 420 144 36
Binary 1010001 0 10011001 101111 1100100 0 101000 100010000 1100100 11110

Color Harmonies of #510099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510099

Black with #510099

Text Example


Text Example

White with #510099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510099; }

 p { color: rgb(81,0,153); }

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

background-color css

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

 a { background-color: rgb(81,0,153); }

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

border-color css

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

 span { border-color: rgb(81,0,153); }

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