Html Css Color HEX #521675 Indigo

📋 copy color: '#521675'

red 82 ◦ green 22 ◦ blue 117

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

Shades of Indigo #521675

Tints of Indigo #521675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.95%

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

R = 37.1%
G = 9.95%
B = 52.94%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#521675 (or 0x521675) is known color: Indigo. HEX triplet: 52, 16 and 75. RGB value is (82,22,117). Sum of RGB (Red+Green+Blue) = 82+22+117=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #521675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521675 is #ADE98A. Grayscale: #323232. Windows color (decimal): -11397515 or 7673426. OLE color: 7673426.

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

Color convert

RGB 82 22 117 -
CMYK 0.30 0.81 0 0.54
HSL 277.89º 0.68% 0.27% -
HSV(B) 277.89º 0.81% 0.46% -
XYZ 6.98 3.65 17.17 -
YUV 50.77 165.38 150.28 -
System Red Green Blue C M Y K H S L
Decimal 82 22 117 0.30 0.81 0 0.54 277.89 0.68 0.27
Hex 52 16 75 1E 51 0 36 116 44 1B
Octal 122 26 165 36 121 0 66 426 104 33
Binary 1010010 10110 1110101 11110 1010001 0 110110 100010110 1000100 11011

Color Harmonies of #521675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521675

Black with #521675

Text Example


Text Example

White with #521675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521675; }

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

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

background-color css

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

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

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

border-color css

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

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

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