#5103AF

Color #5103AF Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5103AF

Tints of Indigo #5103AF

Color information

#5103AF (or 0x5103AF) is unknown color: approx Indigo. HEX triplet: 51, 03 and AF. RGB value is (81,3,175). Sum of RGB (Red+Green+Blue) = 81+3+175=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 175 (68.75% from 255 or 67.57% from 259); Max value from RGB is 175 - color contains mainly: blue. Hex color #5103AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5103AF is #AEFC50. Grayscale: #2D2D2D. Windows color (decimal): -11467857 or 11469649. OLE color: 11469649.

HSL color Cylindrical-coordinate representation of color #5103AF: hue angle of 267.21º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5103AF is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB813175-
CMYK0.540.9800.31
HSL267.21º96.63%34.9%-
HSV(B)267.21º98.29%68.63%-
XYZ11.164.9140.92-
YUV45.93200.84153.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 3 (1.56% from 255) = 1.16%
BLUE value IS 175 (68.75% from 255) = 67.57%
R=31.27%
G=1.16%
B=67.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8131750.540.9800.31267.2196.6334.9
Hex513AF366201F10b6123
Octal12132576614203741314143
Binary1010001111010111111011011000100111111000010111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5103AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5103AF;
 }
 .AnyTagClassName
 {
   color: #5103AF;
 }
</style>
background-color css

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

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

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

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

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

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