Html Css Color HEX #510881 Indigo

📋 copy color: '#510881'

red 81 ◦ green 8 ◦ blue 129

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

Shades of Indigo #510881

Tints of Indigo #510881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.67%

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

R = 37.16%
G = 3.67%
B = 59.17%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#510881 (or 0x510881) is known color: Indigo. HEX triplet: 51, 08 and 81. RGB value is (81,8,129). Sum of RGB (Red+Green+Blue) = 81+8+129=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 129 (50.78% from 255 or 59.17% from 218); Max value from RGB is 129 - color contains mainly: blue. Hex color #510881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510881 is #AEF77E. Grayscale: #2B2B2B. Windows color (decimal): -11466623 or 8456273. OLE color: 8456273.

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

Color convert

RGB 81 8 129 -
CMYK 0.37 0.94 0 0.49
HSL 276.2º 0.88% 0.27% -
HSV(B) 276.2º 0.94% 0.51% -
XYZ 7.44 3.51 21.05 -
YUV 43.62 176.18 154.66 -
System Red Green Blue C M Y K H S L
Decimal 81 8 129 0.37 0.94 0 0.49 276.2 0.88 0.27
Hex 51 8 81 25 5E 0 31 114 58 1B
Octal 121 10 201 45 136 0 61 424 130 33
Binary 1010001 1000 10000001 100101 1011110 0 110001 100010100 1011000 11011

Color Harmonies of #510881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510881

Black with #510881

Text Example


Text Example

White with #510881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510881; }

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

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

background-color css

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

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

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

border-color css

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

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

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