Html Css Color HEX #521275 Indigo

📋 copy color: '#521275'

red 82 ◦ green 18 ◦ blue 117

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

Shades of Indigo #521275

Tints of Indigo #521275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.92%

R = 37.79%
G = 8.29%
B = 53.92%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#521275 (or 0x521275) is known color: Indigo. HEX triplet: 52, 12 and 75. RGB value is (82,18,117). Sum of RGB (Red+Green+Blue) = 82+18+117=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #521275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521275 is #ADED8A. Grayscale: #303030. Windows color (decimal): -11398539 or 7672402. OLE color: 7672402.

HSL color Cylindrical-coordinate representation of color #521275: hue angle of 278.79º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521275 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 18 117 -
CMYK 0.30 0.85 0 0.54
HSL 278.79º 0.73% 0.26% -
HSV(B) 278.79º 0.85% 0.46% -
XYZ 6.91 3.51 17.14 -
YUV 48.42 166.7 151.95 -
System Red Green Blue C M Y K H S L
Decimal 82 18 117 0.30 0.85 0 0.54 278.79 0.73 0.26
Hex 52 12 75 1E 55 0 36 117 49 1A
Octal 122 22 165 36 125 0 66 427 111 32
Binary 1010010 10010 1110101 11110 1010101 0 110110 100010111 1001001 11010

Color Harmonies of #521275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521275

Black with #521275

Text Example


Text Example

White with #521275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521275; }

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

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

background-color css

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

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

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

border-color css

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

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

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