Html Css Color HEX #5100A6 Indigo

📋 copy color: '#5100A6'

red 81 ◦ green 0 ◦ blue 166

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

Shades of Indigo #5100A6

Tints of Indigo #5100A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 67.21%

R = 32.79%
G = 0%
B = 67.21%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5100A6 (or 0x5100A6) is known color: Indigo. HEX triplet: 51, 00 and A6. RGB value is (81,0,166). Sum of RGB (Red+Green+Blue) = 81+0+166=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 166 (65.23% from 255 or 67.21% from 247); Max value from RGB is 166 - color contains mainly: blue. Hex color #5100A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5100A6 is #AEFF59. Grayscale: #2A2A2A. Windows color (decimal): -11468634 or 10879057. OLE color: 10879057.

HSL color Cylindrical-coordinate representation of color #5100A6: hue angle of 269.28º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5100A6 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 81 0 166 -
CMYK 0.51 1 0 0.35
HSL 269.28º 1% 0.33% -
HSV(B) 269.28º 1% 0.65% -
XYZ 10.28 4.5 36.4 -
YUV 43.14 197.34 155 -
System Red Green Blue C M Y K H S L
Decimal 81 0 166 0.51 1 0 0.35 269.28 1 0.33
Hex 51 0 A6 33 64 0 23 10D 64 21
Octal 121 0 246 63 144 0 43 415 144 41
Binary 1010001 0 10100110 110011 1100100 0 100011 100001101 1100100 100001

Color Harmonies of #5100A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5100A6

Black with #5100A6

Text Example


Text Example

White with #5100A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5100A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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