Html Css Color HEX #510982 Indigo

📋 copy color: '#510982'

red 81 ◦ green 9 ◦ blue 130

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

Shades of Indigo #510982

Tints of Indigo #510982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.09%

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

R = 36.82%
G = 4.09%
B = 59.09%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#510982 (or 0x510982) is known color: Indigo. HEX triplet: 51, 09 and 82. RGB value is (81,9,130). Sum of RGB (Red+Green+Blue) = 81+9+130=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #510982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510982 is #AEF67D. Grayscale: #2B2B2B. Windows color (decimal): -11466366 or 8522065. OLE color: 8522065.

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

Color convert

RGB 81 9 130 -
CMYK 0.38 0.93 0 0.49
HSL 275.7º 0.87% 0.27% -
HSV(B) 275.7º 0.93% 0.51% -
XYZ 7.52 3.56 21.41 -
YUV 44.32 176.35 154.16 -
System Red Green Blue C M Y K H S L
Decimal 81 9 130 0.38 0.93 0 0.49 275.7 0.87 0.27
Hex 51 9 82 26 5D 0 31 114 57 1B
Octal 121 11 202 46 135 0 61 424 127 33
Binary 1010001 1001 10000010 100110 1011101 0 110001 100010100 1010111 11011

Color Harmonies of #510982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510982

Black with #510982

Text Example


Text Example

White with #510982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510982; }

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

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

background-color css

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

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

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

border-color css

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

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

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