Html Css Color HEX #510474 Indigo

📋 copy color: '#510474'

red 81 ◦ green 4 ◦ blue 116

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

Shades of Indigo #510474

Tints of Indigo #510474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 57.71%

R = 40.3%
G = 1.99%
B = 57.71%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#510474 (or 0x510474) is known color: Indigo. HEX triplet: 51, 04 and 74. RGB value is (81,4,116). Sum of RGB (Red+Green+Blue) = 81+4+116=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #510474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510474 is #AEFB8B. Grayscale: #272727. Windows color (decimal): -11467660 or 7603281. OLE color: 7603281.

HSL color Cylindrical-coordinate representation of color #510474: hue angle of 281.25º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #510474 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 4 116 -
CMYK 0.30 0.97 0 0.55
HSL 281.25º 0.93% 0.24% -
HSV(B) 281.25º 0.97% 0.45% -
XYZ 6.59 3.1 16.77 -
YUV 39.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 81 4 116 0.30 0.97 0 0.55 281.25 0.93 0.24
Hex 51 4 74 1E 61 0 37 119 5D 18
Octal 121 4 164 36 141 0 67 431 135 30
Binary 1010001 100 1110100 11110 1100001 0 110111 100011001 1011101 11000

Color Harmonies of #510474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510474

Black with #510474

Text Example


Text Example

White with #510474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510474; }

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

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

background-color css

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

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

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

border-color css

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

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

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