Html Css Color HEX #5106AF Indigo

📋 copy color: '#5106AF'

red 81 ◦ green 6 ◦ blue 175

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

Shades of Indigo #5106AF

Tints of Indigo #5106AF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.29%

 BLUE value IS 175 (68.75% from 255) = 66.79%

R = 30.92%
G = 2.29%
B = 66.79%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5106AF (or 0x5106AF) is known color: Indigo. HEX triplet: 51, 06 and AF. RGB value is (81,6,175). Sum of RGB (Red+Green+Blue) = 81+6+175=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 175 (68.75% from 255 or 66.79% from 262); Max value from RGB is 175 - color contains mainly: blue. Hex color #5106AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5106AF is #AEF950. Grayscale: #2F2F2F. Windows color (decimal): -11467089 or 11470417. OLE color: 11470417.

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

Color convert

RGB 81 6 175 -
CMYK 0.54 0.97 0 0.31
HSL 266.63º 0.93% 0.35% -
HSV(B) 266.63º 0.97% 0.69% -
XYZ 11.2 4.97 40.93 -
YUV 47.69 199.85 151.76 -
System Red Green Blue C M Y K H S L
Decimal 81 6 175 0.54 0.97 0 0.31 266.63 0.93 0.35
Hex 51 6 AF 36 61 0 1F 10B 5D 23
Octal 121 6 257 66 141 0 37 413 135 43
Binary 1010001 110 10101111 110110 1100001 0 11111 100001011 1011101 100011

Color Harmonies of #5106AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5106AF

Black with #5106AF

Text Example


Text Example

White with #5106AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5106AF;
 }
 .AnyTagClassName
 {
   color: #5106AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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