Html Css Color HEX #510066 Indigo

📋 copy color: '#510066'

red 81 ◦ green 0 ◦ blue 102

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

Shades of Indigo #510066

Tints of Indigo #510066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 55.74%

R = 44.26%
G = 0%
B = 55.74%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#510066 (or 0x510066) is known color: Indigo. HEX triplet: 51, 00 and 66. RGB value is (81,0,102). Sum of RGB (Red+Green+Blue) = 81+0+102=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #510066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510066 is #AEFF99. Grayscale: #232323. Windows color (decimal): -11468698 or 6684753. OLE color: 6684753.

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

Color convert

RGB 81 0 102 -
CMYK 0.21 1 0 0.6
HSL 287.65º 1% 0.2% -
HSV(B) 287.65º 1% 0.4% -
XYZ 5.79 2.71 12.79 -
YUV 35.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 81 0 102 0.21 1 0 0.6 287.65 1 0.2
Hex 51 0 66 15 64 0 3C 120 64 14
Octal 121 0 146 25 144 0 74 440 144 24
Binary 1010001 0 1100110 10101 1100100 0 111100 100100000 1100100 10100

Color Harmonies of #510066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510066

Black with #510066

Text Example


Text Example

White with #510066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510066; }

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

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

background-color css

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

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

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

border-color css

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

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

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