Html Css Color HEX #510479 Indigo

📋 copy color: '#510479'

red 81 ◦ green 4 ◦ blue 121

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

Shades of Indigo #510479

Tints of Indigo #510479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

 BLUE value IS 121 (47.66% from 255) = 58.74%

R = 39.32%
G = 1.94%
B = 58.74%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#510479 (or 0x510479) is known color: Indigo. HEX triplet: 51, 04 and 79. RGB value is (81,4,121). Sum of RGB (Red+Green+Blue) = 81+4+121=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 121 (47.66% from 255 or 58.74% from 206); Max value from RGB is 121 - color contains mainly: blue. Hex color #510479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510479 is #AEFB86. Grayscale: #272727. Windows color (decimal): -11467655 or 7930961. OLE color: 7930961.

HSL color Cylindrical-coordinate representation of color #510479: hue angle of 279.49º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #510479 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 4 121 -
CMYK 0.33 0.97 0 0.53
HSL 279.49º 0.94% 0.25% -
HSV(B) 279.49º 0.97% 0.47% -
XYZ 6.89 3.22 18.35 -
YUV 40.36 173.51 156.99 -
System Red Green Blue C M Y K H S L
Decimal 81 4 121 0.33 0.97 0 0.53 279.49 0.94 0.25
Hex 51 4 79 21 61 0 35 117 5E 19
Octal 121 4 171 41 141 0 65 427 136 31
Binary 1010001 100 1111001 100001 1100001 0 110101 100010111 1011110 11001

Color Harmonies of #510479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510479

Black with #510479

Text Example


Text Example

White with #510479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510479; }

 p { color: rgb(81,4,121); }

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

background-color css

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

 a { background-color: rgb(81,4,121); }

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

border-color css

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

 span { border-color: rgb(81,4,121); }

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