Html Css Color HEX #5108A7 Indigo

📋 copy color: '#5108A7'

red 81 ◦ green 8 ◦ blue 167

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

Shades of Indigo #5108A7

Tints of Indigo #5108A7

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

 BLUE value IS 167 (65.63% from 255) = 65.23%

R = 31.64%
G = 3.13%
B = 65.23%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5108A7 (or 0x5108A7) is known color: Indigo. HEX triplet: 51, 08 and A7. RGB value is (81,8,167). Sum of RGB (Red+Green+Blue) = 81+8+167=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 167 (65.62% from 255 or 65.23% from 256); Max value from RGB is 167 - color contains mainly: blue. Hex color #5108A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5108A7 is #AEF758. Grayscale: #2F2F2F. Windows color (decimal): -11466585 or 10946641. OLE color: 10946641.

HSL color Cylindrical-coordinate representation of color #5108A7: hue angle of 267.55º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5108A7 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 81 8 167 -
CMYK 0.51 0.95 0 0.35
HSL 267.55º 0.91% 0.34% -
HSV(B) 267.55º 0.95% 0.65% -
XYZ 10.46 4.71 36.92 -
YUV 47.95 195.18 151.57 -
System Red Green Blue C M Y K H S L
Decimal 81 8 167 0.51 0.95 0 0.35 267.55 0.91 0.34
Hex 51 8 A7 33 5F 0 23 10C 5B 22
Octal 121 10 247 63 137 0 43 414 133 42
Binary 1010001 1000 10100111 110011 1011111 0 100011 100001100 1011011 100010

Color Harmonies of #5108A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5108A7

Black with #5108A7

Text Example


Text Example

White with #5108A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5108A7; }

 p { color: rgb(81,8,167); }

 H1.HeaderClassName
 {
   color: #5108A7;
 }
 .AnyTagClassName
 {
   color: #5108A7;
 }
</style>

background-color css

<style>
 a { background-color: #5108A7; }

 a { background-color: rgb(81,8,167); }

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

border-color css

<style>
 span { border-color: #5108A7; }

 span { border-color: rgb(81,8,167); }

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