Html Css Color HEX #510069 Indigo

📋 copy color: '#510069'

red 81 ◦ green 0 ◦ blue 105

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

Shades of Indigo #510069

Tints of Indigo #510069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.55%
G = 0%
B = 56.45%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#510069 (or 0x510069) is known color: Indigo. HEX triplet: 51, 00 and 69. RGB value is (81,0,105). Sum of RGB (Red+Green+Blue) = 81+0+105=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #510069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510069 is #AEFF96. Grayscale: #232323. Windows color (decimal): -11468695 or 6881361. OLE color: 6881361.

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

Color convert

RGB 81 0 105 -
CMYK 0.23 1 0 0.59
HSL 286.29º 1% 0.21% -
HSV(B) 286.29º 1% 0.41% -
XYZ 5.94 2.77 13.59 -
YUV 36.19 166.84 159.96 -
System Red Green Blue C M Y K H S L
Decimal 81 0 105 0.23 1 0 0.59 286.29 1 0.21
Hex 51 0 69 17 64 0 3B 11E 64 15
Octal 121 0 151 27 144 0 73 436 144 25
Binary 1010001 0 1101001 10111 1100100 0 111011 100011110 1100100 10101

Color Harmonies of #510069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510069

Black with #510069

Text Example


Text Example

White with #510069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510069; }

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

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

background-color css

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

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

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

border-color css

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

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

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