Html Css Color HEX #5207AD Indigo

📋 copy color: '#5207AD'

red 82 ◦ green 7 ◦ blue 173

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

Shades of Indigo #5207AD

Tints of Indigo #5207AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.67%

 BLUE value IS 173 (67.97% from 255) = 66.03%

R = 31.3%
G = 2.67%
B = 66.03%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5207AD (or 0x5207AD) is known color: Indigo. HEX triplet: 52, 07 and AD. RGB value is (82,7,173). Sum of RGB (Red+Green+Blue) = 82+7+173=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #5207AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5207AD is #ADF852. Grayscale: #2F2F2F. Windows color (decimal): -11401299 or 11339602. OLE color: 11339602.

HSL color Cylindrical-coordinate representation of color #5207AD: hue angle of 267.11º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5207AD is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 7 173 -
CMYK 0.53 0.96 0 0.32
HSL 267.11º 0.92% 0.35% -
HSV(B) 267.11º 0.96% 0.68% -
XYZ 11.1 4.96 39.91 -
YUV 48.35 198.35 152 -
System Red Green Blue C M Y K H S L
Decimal 82 7 173 0.53 0.96 0 0.32 267.11 0.92 0.35
Hex 52 7 AD 35 60 0 20 10B 5C 23
Octal 122 7 255 65 140 0 40 413 134 43
Binary 1010010 111 10101101 110101 1100000 0 100000 100001011 1011100 100011

Color Harmonies of #5207AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5207AD

Black with #5207AD

Text Example


Text Example

White with #5207AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5207AD; }

 p { color: rgb(82,7,173); }

 H1.HeaderClassName
 {
   color: #5207AD;
 }
 .AnyTagClassName
 {
   color: #5207AD;
 }
</style>

background-color css

<style>
 a { background-color: #5207AD; }

 a { background-color: rgb(82,7,173); }

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

border-color css

<style>
 span { border-color: #5207AD; }

 span { border-color: rgb(82,7,173); }

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