Html Css Color HEX #5107AA Indigo

📋 copy color: '#5107AA'

red 81 ◦ green 7 ◦ blue 170

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

Shades of Indigo #5107AA

Tints of Indigo #5107AA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.71%

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

R = 31.4%
G = 2.71%
B = 65.89%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5107AA (or 0x5107AA) is known color: Indigo. HEX triplet: 51, 07 and AA. RGB value is (81,7,170). Sum of RGB (Red+Green+Blue) = 81+7+170=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #5107AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5107AA is #AEF855. Grayscale: #2F2F2F. Windows color (decimal): -11466838 or 11142993. OLE color: 11142993.

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

Color convert

RGB 81 7 170 -
CMYK 0.52 0.96 0 0.33
HSL 267.24º 0.92% 0.35% -
HSV(B) 267.24º 0.96% 0.67% -
XYZ 10.73 4.8 38.39 -
YUV 47.71 197.02 151.75 -
System Red Green Blue C M Y K H S L
Decimal 81 7 170 0.52 0.96 0 0.33 267.24 0.92 0.35
Hex 51 7 AA 34 60 0 21 10B 5C 23
Octal 121 7 252 64 140 0 41 413 134 43
Binary 1010001 111 10101010 110100 1100000 0 100001 100001011 1011100 100011

Color Harmonies of #5107AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5107AA

Black with #5107AA

Text Example


Text Example

White with #5107AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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