Html Css Color HEX #510199 Indigo

📋 copy color: '#510199'

red 81 ◦ green 1 ◦ blue 153

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

Shades of Indigo #510199

Tints of Indigo #510199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 34.47%
G = 0.43%
B = 65.11%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#510199 (or 0x510199) is known color: Indigo. HEX triplet: 51, 01 and 99. RGB value is (81,1,153). Sum of RGB (Red+Green+Blue) = 81+1+153=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #510199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510199 is #AEFE66. Grayscale: #292929. Windows color (decimal): -11468391 or 10027345. OLE color: 10027345.

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

Color convert

RGB 81 1 153 -
CMYK 0.47 0.99 0 0.4
HSL 271.58º 0.99% 0.3% -
HSV(B) 271.58º 0.99% 0.6% -
XYZ 9.15 4.07 30.44 -
YUV 42.25 190.5 155.64 -
System Red Green Blue C M Y K H S L
Decimal 81 1 153 0.47 0.99 0 0.4 271.58 0.99 0.3
Hex 51 1 99 2F 63 0 28 110 63 1E
Octal 121 1 231 57 143 0 50 420 143 36
Binary 1010001 1 10011001 101111 1100011 0 101000 100010000 1100011 11110

Color Harmonies of #510199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510199

Black with #510199

Text Example


Text Example

White with #510199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510199; }

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

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

background-color css

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

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

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

border-color css

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

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

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