Html Css Color HEX #5213A5 Indigo

📋 copy color: '#5213A5'

red 82 ◦ green 19 ◦ blue 165

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

Shades of Indigo #5213A5

Tints of Indigo #5213A5

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.14%

 BLUE value IS 165 (64.84% from 255) = 62.03%

R = 30.83%
G = 7.14%
B = 62.03%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5213A5 (or 0x5213A5) is known color: Indigo. HEX triplet: 52, 13 and A5. RGB value is (82,19,165). Sum of RGB (Red+Green+Blue) = 82+19+165=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 165 (64.84% from 255 or 62.03% from 266); Max value from RGB is 165 - color contains mainly: blue. Hex color #5213A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5213A5 is #ADEC5A. Grayscale: #353535. Windows color (decimal): -11398235 or 10818386. OLE color: 10818386.

HSL color Cylindrical-coordinate representation of color #5213A5: hue angle of 265.89º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5213A5 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 19 165 -
CMYK 0.50 0.88 0 0.35
HSL 265.89º 0.79% 0.36% -
HSV(B) 265.89º 0.88% 0.65% -
XYZ 10.5 4.98 36 -
YUV 54.48 190.37 147.63 -
System Red Green Blue C M Y K H S L
Decimal 82 19 165 0.50 0.88 0 0.35 265.89 0.79 0.36
Hex 52 13 A5 32 58 0 23 10A 4F 24
Octal 122 23 245 62 130 0 43 412 117 44
Binary 1010010 10011 10100101 110010 1011000 0 100011 100001010 1001111 100100

Color Harmonies of #5213A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5213A5

Black with #5213A5

Text Example


Text Example

White with #5213A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5213A5; }

 p { color: rgb(82,19,165); }

 H1.HeaderClassName
 {
   color: #5213A5;
 }
 .AnyTagClassName
 {
   color: #5213A5;
 }
</style>

background-color css

<style>
 a { background-color: #5213A5; }

 a { background-color: rgb(82,19,165); }

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

border-color css

<style>
 span { border-color: #5213A5; }

 span { border-color: rgb(82,19,165); }

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