Html Css Color HEX #521273 Indigo

📋 copy color: '#521273'

red 82 ◦ green 18 ◦ blue 115

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

Shades of Indigo #521273

Tints of Indigo #521273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.37%

 BLUE value IS 115 (45.31% from 255) = 53.49%

R = 38.14%
G = 8.37%
B = 53.49%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#521273 (or 0x521273) is known color: Indigo. HEX triplet: 52, 12 and 73. RGB value is (82,18,115). Sum of RGB (Red+Green+Blue) = 82+18+115=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #521273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521273 is #ADED8C. Grayscale: #2F2F2F. Windows color (decimal): -11398541 or 7541330. OLE color: 7541330.

HSL color Cylindrical-coordinate representation of color #521273: hue angle of 279.59º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521273 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 18 115 -
CMYK 0.29 0.84 0 0.55
HSL 279.59º 0.73% 0.26% -
HSV(B) 279.59º 0.84% 0.45% -
XYZ 6.79 3.46 16.53 -
YUV 48.19 165.7 152.11 -
System Red Green Blue C M Y K H S L
Decimal 82 18 115 0.29 0.84 0 0.55 279.59 0.73 0.26
Hex 52 12 73 1D 54 0 37 118 49 1A
Octal 122 22 163 35 124 0 67 430 111 32
Binary 1010010 10010 1110011 11101 1010100 0 110111 100011000 1001001 11010

Color Harmonies of #521273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521273

Black with #521273

Text Example


Text Example

White with #521273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521273; }

 p { color: rgb(82,18,115); }

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

background-color css

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

 a { background-color: rgb(82,18,115); }

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

border-color css

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

 span { border-color: rgb(82,18,115); }

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