Html Css Color HEX #510581 Indigo

📋 copy color: '#510581'

red 81 ◦ green 5 ◦ blue 129

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

Shades of Indigo #510581

Tints of Indigo #510581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 60%

R = 37.67%
G = 2.33%
B = 60%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#510581 (or 0x510581) is known color: Indigo. HEX triplet: 51, 05 and 81. RGB value is (81,5,129). Sum of RGB (Red+Green+Blue) = 81+5+129=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 129 (50.78% from 255 or 60% from 215); Max value from RGB is 129 - color contains mainly: blue. Hex color #510581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510581 is #AEFA7E. Grayscale: #292929. Windows color (decimal): -11467391 or 8455505. OLE color: 8455505.

HSL color Cylindrical-coordinate representation of color #510581: hue angle of 276.77º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510581 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 5 129 -
CMYK 0.37 0.96 0 0.49
HSL 276.77º 0.93% 0.26% -
HSV(B) 276.77º 0.96% 0.51% -
XYZ 7.41 3.44 21.04 -
YUV 41.86 177.18 155.92 -
System Red Green Blue C M Y K H S L
Decimal 81 5 129 0.37 0.96 0 0.49 276.77 0.93 0.26
Hex 51 5 81 25 60 0 31 115 5D 1A
Octal 121 5 201 45 140 0 61 425 135 32
Binary 1010001 101 10000001 100101 1100000 0 110001 100010101 1011101 11010

Color Harmonies of #510581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510581

Black with #510581

Text Example


Text Example

White with #510581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510581; }

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

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

background-color css

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

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

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

border-color css

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

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

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