Html Css Color HEX #510575 Indigo

📋 copy color: '#510575'

red 81 ◦ green 5 ◦ blue 117

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

Shades of Indigo #510575

Tints of Indigo #510575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.64%

R = 39.9%
G = 2.46%
B = 57.64%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#510575 (or 0x510575) is known color: Indigo. HEX triplet: 51, 05 and 75. RGB value is (81,5,117). Sum of RGB (Red+Green+Blue) = 81+5+117=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #510575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510575 is #AEFA8A. Grayscale: #282828. Windows color (decimal): -11467403 or 7669073. OLE color: 7669073.

HSL color Cylindrical-coordinate representation of color #510575: hue angle of 280.71º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510575 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 5 117 -
CMYK 0.31 0.96 0 0.54
HSL 280.71º 0.92% 0.24% -
HSV(B) 280.71º 0.96% 0.46% -
XYZ 6.66 3.14 17.09 -
YUV 40.49 171.18 156.89 -
System Red Green Blue C M Y K H S L
Decimal 81 5 117 0.31 0.96 0 0.54 280.71 0.92 0.24
Hex 51 5 75 1F 60 0 36 119 5C 18
Octal 121 5 165 37 140 0 66 431 134 30
Binary 1010001 101 1110101 11111 1100000 0 110110 100011001 1011100 11000

Color Harmonies of #510575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510575

Black with #510575

Text Example


Text Example

White with #510575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510575; }

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

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

background-color css

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

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

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

border-color css

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

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

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