Html Css Color HEX #510569 Indigo

📋 copy color: '#510569'

red 81 ◦ green 5 ◦ blue 105

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

Shades of Indigo #510569

Tints of Indigo #510569

RGB

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

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

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

R = 42.41%
G = 2.62%
B = 54.97%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#510569 (or 0x510569) is known color: Indigo. HEX triplet: 51, 05 and 69. RGB value is (81,5,105). Sum of RGB (Red+Green+Blue) = 81+5+105=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #510569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510569 is #AEFA96. Grayscale: #262626. Windows color (decimal): -11467415 or 6882641. OLE color: 6882641.

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

Color convert

RGB 81 5 105 -
CMYK 0.23 0.95 0 0.59
HSL 285.6º 0.91% 0.22% -
HSV(B) 285.6º 0.95% 0.41% -
XYZ 6 2.88 13.6 -
YUV 39.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 81 5 105 0.23 0.95 0 0.59 285.6 0.91 0.22
Hex 51 5 69 17 5F 0 3B 11E 5B 16
Octal 121 5 151 27 137 0 73 436 133 26
Binary 1010001 101 1101001 10111 1011111 0 111011 100011110 1011011 10110

Color Harmonies of #510569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510569

Black with #510569

Text Example


Text Example

White with #510569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510569; }

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

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

background-color css

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

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

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

border-color css

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

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

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