Html Css Color HEX #510599 Indigo

📋 copy color: '#510599'

red 81 ◦ green 5 ◦ blue 153

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

Shades of Indigo #510599

Tints of Indigo #510599

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.09%

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

R = 33.89%
G = 2.09%
B = 64.02%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#510599 (or 0x510599) is known color: Indigo. HEX triplet: 51, 05 and 99. RGB value is (81,5,153). Sum of RGB (Red+Green+Blue) = 81+5+153=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #510599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510599 is #AEFA66. Grayscale: #2C2C2C. Windows color (decimal): -11467367 or 10028369. OLE color: 10028369.

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

Color convert

RGB 81 5 153 -
CMYK 0.47 0.97 0 0.4
HSL 270.81º 0.94% 0.31% -
HSV(B) 270.81º 0.97% 0.6% -
XYZ 9.2 4.16 30.45 -
YUV 44.6 189.18 153.97 -
System Red Green Blue C M Y K H S L
Decimal 81 5 153 0.47 0.97 0 0.4 270.81 0.94 0.31
Hex 51 5 99 2F 61 0 28 10F 5E 1F
Octal 121 5 231 57 141 0 50 417 136 37
Binary 1010001 101 10011001 101111 1100001 0 101000 100001111 1011110 11111

Color Harmonies of #510599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510599

Black with #510599

Text Example


Text Example

White with #510599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510599; }

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

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

background-color css

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

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

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

border-color css

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

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

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