Html Css Color HEX #510473 Indigo

📋 copy color: '#510473'

red 81 ◦ green 4 ◦ blue 115

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

Shades of Indigo #510473

Tints of Indigo #510473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 57.5%

R = 40.5%
G = 2%
B = 57.5%

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

#510473 (or 0x510473) is known color: Indigo. HEX triplet: 51, 04 and 73. RGB value is (81,4,115). Sum of RGB (Red+Green+Blue) = 81+4+115=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #510473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510473 is #AEFB8C. Grayscale: #272727. Windows color (decimal): -11467661 or 7537745. OLE color: 7537745.

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

Color convert

RGB 81 4 115 -
CMYK 0.30 0.97 0 0.55
HSL 281.62º 0.93% 0.23% -
HSV(B) 281.62º 0.97% 0.45% -
XYZ 6.53 3.07 16.47 -
YUV 39.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 81 4 115 0.30 0.97 0 0.55 281.62 0.93 0.23
Hex 51 4 73 1E 61 0 37 11A 5D 17
Octal 121 4 163 36 141 0 67 432 135 27
Binary 1010001 100 1110011 11110 1100001 0 110111 100011010 1011101 10111

Color Harmonies of #510473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510473

Black with #510473

Text Example


Text Example

White with #510473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510473; }

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

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

background-color css

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

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

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

border-color css

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

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

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