Html Css Color HEX #5209AB Indigo

📋 copy color: '#5209AB'

red 82 ◦ green 9 ◦ blue 171

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

Shades of Indigo #5209AB

Tints of Indigo #5209AB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.44%

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

R = 31.3%
G = 3.44%
B = 65.27%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5209AB (or 0x5209AB) is known color: Indigo. HEX triplet: 52, 09 and AB. RGB value is (82,9,171). Sum of RGB (Red+Green+Blue) = 82+9+171=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #5209AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5209AB is #ADF654. Grayscale: #303030. Windows color (decimal): -11400789 or 11209042. OLE color: 11209042.

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

Color convert

RGB 82 9 171 -
CMYK 0.52 0.95 0 0.33
HSL 267.04º 0.9% 0.35% -
HSV(B) 267.04º 0.95% 0.67% -
XYZ 10.93 4.93 38.9 -
YUV 49.3 196.68 151.33 -
System Red Green Blue C M Y K H S L
Decimal 82 9 171 0.52 0.95 0 0.33 267.04 0.9 0.35
Hex 52 9 AB 34 5F 0 21 10B 5A 23
Octal 122 11 253 64 137 0 41 413 132 43
Binary 1010010 1001 10101011 110100 1011111 0 100001 100001011 1011010 100011

Color Harmonies of #5209AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5209AB

Black with #5209AB

Text Example


Text Example

White with #5209AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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