Html Css Color HEX #510478 Indigo

📋 copy color: '#510478'

red 81 ◦ green 4 ◦ blue 120

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

Shades of Indigo #510478

Tints of Indigo #510478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 58.54%

R = 39.51%
G = 1.95%
B = 58.54%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#510478 (or 0x510478) is known color: Indigo. HEX triplet: 51, 04 and 78. RGB value is (81,4,120). Sum of RGB (Red+Green+Blue) = 81+4+120=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #510478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510478 is #AEFB87. Grayscale: #272727. Windows color (decimal): -11467656 or 7865425. OLE color: 7865425.

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

Color convert

RGB 81 4 120 -
CMYK 0.32 0.97 0 0.53
HSL 279.83º 0.94% 0.24% -
HSV(B) 279.83º 0.97% 0.47% -
XYZ 6.83 3.19 18.03 -
YUV 40.25 173.01 157.07 -
System Red Green Blue C M Y K H S L
Decimal 81 4 120 0.32 0.97 0 0.53 279.83 0.94 0.24
Hex 51 4 78 20 61 0 35 118 5E 18
Octal 121 4 170 40 141 0 65 430 136 30
Binary 1010001 100 1111000 100000 1100001 0 110101 100011000 1011110 11000

Color Harmonies of #510478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510478

Black with #510478

Text Example


Text Example

White with #510478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510478; }

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

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

background-color css

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

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

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

border-color css

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

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

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