Html Css Color HEX #510560 Indigo

📋 copy color: '#510560'

red 81 ◦ green 5 ◦ blue 96

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

Shades of Indigo #510560

Tints of Indigo #510560

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.75%

 BLUE value IS 96 (37.89% from 255) = 52.75%

R = 44.51%
G = 2.75%
B = 52.75%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#510560 (or 0x510560) is known color: Indigo. HEX triplet: 51, 05 and 60. RGB value is (81,5,96). Sum of RGB (Red+Green+Blue) = 81+5+96=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #510560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510560 is #AEFA9F. Grayscale: #252525. Windows color (decimal): -11467424 or 6292817. OLE color: 6292817.

HSL color Cylindrical-coordinate representation of color #510560: hue angle of 290.11º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510560 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 5 96 -
CMYK 0.16 0.95 0 0.62
HSL 290.11º 0.9% 0.2% -
HSV(B) 290.11º 0.95% 0.38% -
XYZ 5.56 2.7 11.29 -
YUV 38.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 81 5 96 0.16 0.95 0 0.62 290.11 0.9 0.2
Hex 51 5 60 10 5F 0 3E 122 5A 14
Octal 121 5 140 20 137 0 76 442 132 24
Binary 1010001 101 1100000 10000 1011111 0 111110 100100010 1011010 10100

Color Harmonies of #510560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510560

Black with #510560

Text Example


Text Example

White with #510560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510560; }

 p { color: rgb(81,5,96); }

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

background-color css

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

 a { background-color: rgb(81,5,96); }

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

border-color css

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

 span { border-color: rgb(81,5,96); }

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