Html Css Color HEX #510282 Indigo

📋 copy color: '#510282'

red 81 ◦ green 2 ◦ blue 130

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

Shades of Indigo #510282

Tints of Indigo #510282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 61.03%

R = 38.03%
G = 0.94%
B = 61.03%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#510282 (or 0x510282) is known color: Indigo. HEX triplet: 51, 02 and 82. RGB value is (81,2,130). Sum of RGB (Red+Green+Blue) = 81+2+130=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 130 (51.17% from 255 or 61.03% from 213); Max value from RGB is 130 - color contains mainly: blue. Hex color #510282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510282 is #AEFD7D. Grayscale: #272727. Windows color (decimal): -11468158 or 8520273. OLE color: 8520273.

HSL color Cylindrical-coordinate representation of color #510282: hue angle of 277.03º 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 #510282 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 2 130 -
CMYK 0.38 0.98 0 0.49
HSL 277.03º 0.97% 0.26% -
HSV(B) 277.03º 0.98% 0.51% -
XYZ 7.44 3.4 21.38 -
YUV 40.21 178.67 157.09 -
System Red Green Blue C M Y K H S L
Decimal 81 2 130 0.38 0.98 0 0.49 277.03 0.97 0.26
Hex 51 2 82 26 62 0 31 115 61 1A
Octal 121 2 202 46 142 0 61 425 141 32
Binary 1010001 10 10000010 100110 1100010 0 110001 100010101 1100001 11010

Color Harmonies of #510282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510282

Black with #510282

Text Example


Text Example

White with #510282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510282; }

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

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

background-color css

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

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

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

border-color css

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

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

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