Html Css Color HEX #5205AB Indigo

📋 copy color: '#5205AB'

red 82 ◦ green 5 ◦ blue 171

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

Shades of Indigo #5205AB

Tints of Indigo #5205AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.94%

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

R = 31.78%
G = 1.94%
B = 66.28%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5205AB (or 0x5205AB) is known color: Indigo. HEX triplet: 52, 05 and AB. RGB value is (82,5,171). Sum of RGB (Red+Green+Blue) = 82+5+171=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #5205AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5205AB is #ADFA54. Grayscale: #2E2E2E. Windows color (decimal): -11401813 or 11208018. OLE color: 11208018.

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

Color convert

RGB 82 5 171 -
CMYK 0.52 0.97 0 0.33
HSL 267.83º 0.94% 0.35% -
HSV(B) 267.83º 0.97% 0.67% -
XYZ 10.88 4.84 38.89 -
YUV 46.95 198.01 153 -
System Red Green Blue C M Y K H S L
Decimal 82 5 171 0.52 0.97 0 0.33 267.83 0.94 0.35
Hex 52 5 AB 34 61 0 21 10C 5E 23
Octal 122 5 253 64 141 0 41 414 136 43
Binary 1010010 101 10101011 110100 1100001 0 100001 100001100 1011110 100011

Color Harmonies of #5205AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5205AB

Black with #5205AB

Text Example


Text Example

White with #5205AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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