Html Css Color HEX #510984 Indigo

📋 copy color: '#510984'

red 81 ◦ green 9 ◦ blue 132

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

Shades of Indigo #510984

Tints of Indigo #510984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 59.46%

R = 36.49%
G = 4.05%
B = 59.46%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#510984 (or 0x510984) is known color: Indigo. HEX triplet: 51, 09 and 84. RGB value is (81,9,132). Sum of RGB (Red+Green+Blue) = 81+9+132=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #510984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510984 is #AEF67B. Grayscale: #2C2C2C. Windows color (decimal): -11466364 or 8653137. OLE color: 8653137.

HSL color Cylindrical-coordinate representation of color #510984: hue angle of 275.12º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510984 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 9 132 -
CMYK 0.39 0.93 0 0.48
HSL 275.12º 0.87% 0.28% -
HSV(B) 275.12º 0.93% 0.52% -
XYZ 7.66 3.61 22.12 -
YUV 44.55 177.35 154 -
System Red Green Blue C M Y K H S L
Decimal 81 9 132 0.39 0.93 0 0.48 275.12 0.87 0.28
Hex 51 9 84 27 5D 0 30 113 57 1C
Octal 121 11 204 47 135 0 60 423 127 34
Binary 1010001 1001 10000100 100111 1011101 0 110000 100010011 1010111 11100

Color Harmonies of #510984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510984

Black with #510984

Text Example


Text Example

White with #510984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510984; }

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

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

background-color css

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

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

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

border-color css

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

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

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