Html Css Color HEX #510281 Indigo

📋 copy color: '#510281'

red 81 ◦ green 2 ◦ blue 129

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

Shades of Indigo #510281

Tints of Indigo #510281

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 38.21%
G = 0.94%
B = 60.85%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#510281 (or 0x510281) is known color: Indigo. HEX triplet: 51, 02 and 81. RGB value is (81,2,129). Sum of RGB (Red+Green+Blue) = 81+2+129=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 129 (50.78% from 255 or 60.85% from 212); Max value from RGB is 129 - color contains mainly: blue. Hex color #510281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510281 is #AEFD7E. Grayscale: #272727. Windows color (decimal): -11468159 or 8454737. OLE color: 8454737.

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

Color convert

RGB 81 2 129 -
CMYK 0.37 0.98 0 0.49
HSL 277.32º 0.97% 0.26% -
HSV(B) 277.32º 0.98% 0.51% -
XYZ 7.38 3.38 21.03 -
YUV 40.1 178.17 157.17 -
System Red Green Blue C M Y K H S L
Decimal 81 2 129 0.37 0.98 0 0.49 277.32 0.97 0.26
Hex 51 2 81 25 62 0 31 115 61 1A
Octal 121 2 201 45 142 0 61 425 141 32
Binary 1010001 10 10000001 100101 1100010 0 110001 100010101 1100001 11010

Color Harmonies of #510281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510281

Black with #510281

Text Example


Text Example

White with #510281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510281; }

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

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

background-color css

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

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

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

border-color css

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

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

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