Html Css Color HEX #510574 Indigo

📋 copy color: '#510574'

red 81 ◦ green 5 ◦ blue 116

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

Shades of Indigo #510574

Tints of Indigo #510574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 57.43%

R = 40.1%
G = 2.48%
B = 57.43%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#510574 (or 0x510574) is known color: Indigo. HEX triplet: 51, 05 and 74. RGB value is (81,5,116). Sum of RGB (Red+Green+Blue) = 81+5+116=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 116 (45.70% from 255 or 57.43% from 202); Max value from RGB is 116 - color contains mainly: blue. Hex color #510574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510574 is #AEFA8B. Grayscale: #282828. Windows color (decimal): -11467404 or 7603537. OLE color: 7603537.

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

Color convert

RGB 81 5 116 -
CMYK 0.30 0.96 0 0.55
HSL 281.08º 0.92% 0.24% -
HSV(B) 281.08º 0.96% 0.45% -
XYZ 6.6 3.12 16.78 -
YUV 40.38 170.68 156.97 -
System Red Green Blue C M Y K H S L
Decimal 81 5 116 0.30 0.96 0 0.55 281.08 0.92 0.24
Hex 51 5 74 1E 60 0 37 119 5C 18
Octal 121 5 164 36 140 0 67 431 134 30
Binary 1010001 101 1110100 11110 1100000 0 110111 100011001 1011100 11000

Color Harmonies of #510574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510574

Black with #510574

Text Example


Text Example

White with #510574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510574; }

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

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

background-color css

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

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

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

border-color css

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

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

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