Html Css Color HEX #5206AB Indigo

📋 copy color: '#5206AB'

red 82 ◦ green 6 ◦ blue 171

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

Shades of Indigo #5206AB

Tints of Indigo #5206AB

RGB

 RED value IS 82 (32.42% from 255) = 31.66%

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

 BLUE value IS 171 (67.19% from 255) = 66.02%

R = 31.66%
G = 2.32%
B = 66.02%

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

#5206AB (or 0x5206AB) is known color: Indigo. HEX triplet: 52, 06 and AB. RGB value is (82,6,171). Sum of RGB (Red+Green+Blue) = 82+6+171=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #5206AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5206AB is #ADF954. Grayscale: #2E2E2E. Windows color (decimal): -11401557 or 11208274. OLE color: 11208274.

HSL color Cylindrical-coordinate representation of color #5206AB: hue angle of 267.64º degrees, saturation: 0.93, 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 #5206AB is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 6 171 -
CMYK 0.52 0.96 0 0.33
HSL 267.64º 0.93% 0.35% -
HSV(B) 267.64º 0.96% 0.67% -
XYZ 10.9 4.86 38.89 -
YUV 47.53 197.68 152.58 -
System Red Green Blue C M Y K H S L
Decimal 82 6 171 0.52 0.96 0 0.33 267.64 0.93 0.35
Hex 52 6 AB 34 60 0 21 10C 5D 23
Octal 122 6 253 64 140 0 41 414 135 43
Binary 1010010 110 10101011 110100 1100000 0 100001 100001100 1011101 100011

Color Harmonies of #5206AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5206AB

Black with #5206AB

Text Example


Text Example

White with #5206AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5206AB; }

 p { color: rgb(82,6,171); }

 H1.HeaderClassName
 {
   color: #5206AB;
 }
 .AnyTagClassName
 {
   color: #5206AB;
 }
</style>

background-color css

<style>
 a { background-color: #5206AB; }

 a { background-color: rgb(82,6,171); }

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

border-color css

<style>
 span { border-color: #5206AB; }

 span { border-color: rgb(82,6,171); }

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