Html Css Color HEX #5103AA Indigo

📋 copy color: '#5103AA'

red 81 ◦ green 3 ◦ blue 170

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

Shades of Indigo #5103AA

Tints of Indigo #5103AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

 BLUE value IS 170 (66.8% from 255) = 66.93%

R = 31.89%
G = 1.18%
B = 66.93%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5103AA (or 0x5103AA) is known color: Indigo. HEX triplet: 51, 03 and AA. RGB value is (81,3,170). Sum of RGB (Red+Green+Blue) = 81+3+170=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #5103AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5103AA is #AEFC55. Grayscale: #2C2C2C. Windows color (decimal): -11467862 or 11141969. OLE color: 11141969.

HSL color Cylindrical-coordinate representation of color #5103AA: hue angle of 268.02º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5103AA is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 3 170 -
CMYK 0.52 0.98 0 0.33
HSL 268.02º 0.97% 0.34% -
HSV(B) 268.02º 0.98% 0.67% -
XYZ 10.68 4.72 38.38 -
YUV 45.36 198.34 153.42 -
System Red Green Blue C M Y K H S L
Decimal 81 3 170 0.52 0.98 0 0.33 268.02 0.97 0.34
Hex 51 3 AA 34 62 0 21 10C 61 22
Octal 121 3 252 64 142 0 41 414 141 42
Binary 1010001 11 10101010 110100 1100010 0 100001 100001100 1100001 100010

Color Harmonies of #5103AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5103AA

Black with #5103AA

Text Example


Text Example

White with #5103AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5103AA; }

 p { color: rgb(81,3,170); }

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

background-color css

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

 a { background-color: rgb(81,3,170); }

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

border-color css

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

 span { border-color: rgb(81,3,170); }

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