Html Css Color HEX #510273 Indigo

📋 copy color: '#510273'

red 81 ◦ green 2 ◦ blue 115

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

Shades of Indigo #510273

Tints of Indigo #510273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

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

R = 40.91%
G = 1.01%
B = 58.08%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#510273 (or 0x510273) is known color: Indigo. HEX triplet: 51, 02 and 73. RGB value is (81,2,115). Sum of RGB (Red+Green+Blue) = 81+2+115=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #510273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510273 is #AEFD8C. Grayscale: #262626. Windows color (decimal): -11468173 or 7537233. OLE color: 7537233.

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

Color convert

RGB 81 2 115 -
CMYK 0.30 0.98 0 0.55
HSL 281.95º 0.97% 0.23% -
HSV(B) 281.95º 0.98% 0.45% -
XYZ 6.51 3.03 16.46 -
YUV 38.5 171.17 158.31 -
System Red Green Blue C M Y K H S L
Decimal 81 2 115 0.30 0.98 0 0.55 281.95 0.97 0.23
Hex 51 2 73 1E 62 0 37 11A 61 17
Octal 121 2 163 36 142 0 67 432 141 27
Binary 1010001 10 1110011 11110 1100010 0 110111 100011010 1100001 10111

Color Harmonies of #510273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510273

Black with #510273

Text Example


Text Example

White with #510273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510273; }

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

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

background-color css

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

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

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

border-color css

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

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

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