Html Css Color HEX #510373 Indigo

📋 copy color: '#510373'

red 81 ◦ green 3 ◦ blue 115

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

Shades of Indigo #510373

Tints of Indigo #510373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

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

R = 40.7%
G = 1.51%
B = 57.79%

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

#510373 (or 0x510373) is known color: Indigo. HEX triplet: 51, 03 and 73. RGB value is (81,3,115). Sum of RGB (Red+Green+Blue) = 81+3+115=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #510373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510373 is #AEFC8C. Grayscale: #262626. Windows color (decimal): -11467917 or 7537489. OLE color: 7537489.

HSL color Cylindrical-coordinate representation of color #510373: hue angle of 281.79º degrees, saturation: 0.95, 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 #510373 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 3 115 -
CMYK 0.30 0.97 0 0.55
HSL 281.79º 0.95% 0.23% -
HSV(B) 281.79º 0.97% 0.45% -
XYZ 6.52 3.05 16.47 -
YUV 39.09 170.84 157.89 -
System Red Green Blue C M Y K H S L
Decimal 81 3 115 0.30 0.97 0 0.55 281.79 0.95 0.23
Hex 51 3 73 1E 61 0 37 11A 5F 17
Octal 121 3 163 36 141 0 67 432 137 27
Binary 1010001 11 1110011 11110 1100001 0 110111 100011010 1011111 10111

Color Harmonies of #510373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510373

Black with #510373

Text Example


Text Example

White with #510373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510373; }

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

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

background-color css

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

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

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

border-color css

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

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

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