Html Css Color HEX #510169 Indigo

📋 copy color: '#510169'

red 81 ◦ green 1 ◦ blue 105

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

Shades of Indigo #510169

Tints of Indigo #510169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 105 (41.41% from 255) = 56.15%

R = 43.32%
G = 0.53%
B = 56.15%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#510169 (or 0x510169) is known color: Indigo. HEX triplet: 51, 01 and 69. RGB value is (81,1,105). Sum of RGB (Red+Green+Blue) = 81+1+105=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #510169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510169 is #AEFE96. Grayscale: #242424. Windows color (decimal): -11468439 or 6881617. OLE color: 6881617.

HSL color Cylindrical-coordinate representation of color #510169: hue angle of 286.15º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510169 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 1 105 -
CMYK 0.23 0.99 0 0.59
HSL 286.15º 0.98% 0.21% -
HSV(B) 286.15º 0.99% 0.41% -
XYZ 5.95 2.79 13.59 -
YUV 36.78 166.5 159.54 -
System Red Green Blue C M Y K H S L
Decimal 81 1 105 0.23 0.99 0 0.59 286.15 0.98 0.21
Hex 51 1 69 17 63 0 3B 11E 62 15
Octal 121 1 151 27 143 0 73 436 142 25
Binary 1010001 1 1101001 10111 1100011 0 111011 100011110 1100010 10101

Color Harmonies of #510169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510169

Black with #510169

Text Example


Text Example

White with #510169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510169; }

 p { color: rgb(81,1,105); }

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

background-color css

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

 a { background-color: rgb(81,1,105); }

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

border-color css

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

 span { border-color: rgb(81,1,105); }

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