Html Css Color HEX #5109AC Indigo

📋 copy color: '#5109AC'

red 81 ◦ green 9 ◦ blue 172

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

Shades of Indigo #5109AC

Tints of Indigo #5109AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.44%

 BLUE value IS 172 (67.58% from 255) = 65.65%

R = 30.92%
G = 3.44%
B = 65.65%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5109AC (or 0x5109AC) is known color: Indigo. HEX triplet: 51, 09 and AC. RGB value is (81,9,172). Sum of RGB (Red+Green+Blue) = 81+9+172=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #5109AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5109AC is #AEF653. Grayscale: #303030. Windows color (decimal): -11466324 or 11274577. OLE color: 11274577.

HSL color Cylindrical-coordinate representation of color #5109AC: hue angle of 266.5º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5109AC is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 9 172 -
CMYK 0.53 0.95 0 0.33
HSL 266.5º 0.9% 0.35% -
HSV(B) 266.5º 0.95% 0.67% -
XYZ 10.94 4.92 39.4 -
YUV 49.11 197.35 150.75 -
System Red Green Blue C M Y K H S L
Decimal 81 9 172 0.53 0.95 0 0.33 266.5 0.9 0.35
Hex 51 9 AC 35 5F 0 21 10B 5A 23
Octal 121 11 254 65 137 0 41 413 132 43
Binary 1010001 1001 10101100 110101 1011111 0 100001 100001011 1011010 100011

Color Harmonies of #5109AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5109AC

Black with #5109AC

Text Example


Text Example

White with #5109AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5109AC; }

 p { color: rgb(81,9,172); }

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

background-color css

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

 a { background-color: rgb(81,9,172); }

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

border-color css

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

 span { border-color: rgb(81,9,172); }

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