Html Css Color HEX #520461 Indigo

📋 copy color: '#520461'

red 82 ◦ green 4 ◦ blue 97

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

Shades of Indigo #520461

Tints of Indigo #520461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.19%

 BLUE value IS 97 (38.28% from 255) = 53.01%

R = 44.81%
G = 2.19%
B = 53.01%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#520461 (or 0x520461) is known color: Indigo. HEX triplet: 52, 04 and 61. RGB value is (82,4,97). Sum of RGB (Red+Green+Blue) = 82+4+97=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #520461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520461 is #ADFB9E. Grayscale: #252525. Windows color (decimal): -11402143 or 6358098. OLE color: 6358098.

HSL color Cylindrical-coordinate representation of color #520461: hue angle of 290.32º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520461 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 4 97 -
CMYK 0.15 0.96 0 0.62
HSL 290.32º 0.92% 0.2% -
HSV(B) 290.32º 0.96% 0.38% -
XYZ 5.68 2.74 11.54 -
YUV 37.92 161.34 159.44 -
System Red Green Blue C M Y K H S L
Decimal 82 4 97 0.15 0.96 0 0.62 290.32 0.92 0.2
Hex 52 4 61 F 60 0 3E 122 5C 14
Octal 122 4 141 17 140 0 76 442 134 24
Binary 1010010 100 1100001 1111 1100000 0 111110 100100010 1011100 10100

Color Harmonies of #520461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520461

Black with #520461

Text Example


Text Example

White with #520461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520461; }

 p { color: rgb(82,4,97); }

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

background-color css

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

 a { background-color: rgb(82,4,97); }

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

border-color css

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

 span { border-color: rgb(82,4,97); }

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