Html Css Color HEX #510C66 Indigo

📋 copy color: '#510C66'

red 81 ◦ green 12 ◦ blue 102

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

Shades of Indigo #510C66

Tints of Indigo #510C66

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.15%

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

R = 41.54%
G = 6.15%
B = 52.31%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#510C66 (or 0x510C66) is known color: Indigo. HEX triplet: 51, 0C and 66. RGB value is (81,12,102). Sum of RGB (Red+Green+Blue) = 81+12+102=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #510C66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C66 is #AEF399. Grayscale: #2A2A2A. Windows color (decimal): -11465626 or 6687825. OLE color: 6687825.

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

Color convert

RGB 81 12 102 -
CMYK 0.21 0.88 0 0.6
HSL 286º 0.79% 0.22% -
HSV(B) 286º 0.88% 0.4% -
XYZ 5.92 2.97 12.83 -
YUV 42.89 161.36 155.18 -
System Red Green Blue C M Y K H S L
Decimal 81 12 102 0.21 0.88 0 0.6 286 0.79 0.22
Hex 51 C 66 15 58 0 3C 11E 4F 16
Octal 121 14 146 25 130 0 74 436 117 26
Binary 1010001 1100 1100110 10101 1011000 0 111100 100011110 1001111 10110

Color Harmonies of #510C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510C66

Black with #510C66

Text Example


Text Example

White with #510C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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