Html Css Color HEX #521672 Indigo

📋 copy color: '#521672'

red 82 ◦ green 22 ◦ blue 114

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

Shades of Indigo #521672

Tints of Indigo #521672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.29%

R = 37.61%
G = 10.09%
B = 52.29%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#521672 (or 0x521672) is known color: Indigo. HEX triplet: 52, 16 and 72. RGB value is (82,22,114). Sum of RGB (Red+Green+Blue) = 82+22+114=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #521672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521672 is #ADE98D. Grayscale: #323232. Windows color (decimal): -11397518 or 7476818. OLE color: 7476818.

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

Color convert

RGB 82 22 114 -
CMYK 0.28 0.81 0 0.55
HSL 279.13º 0.68% 0.27% -
HSV(B) 279.13º 0.81% 0.45% -
XYZ 6.8 3.58 16.25 -
YUV 50.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 82 22 114 0.28 0.81 0 0.55 279.13 0.68 0.27
Hex 52 16 72 1C 51 0 37 117 44 1B
Octal 122 26 162 34 121 0 67 427 104 33
Binary 1010010 10110 1110010 11100 1010001 0 110111 100010111 1000100 11011

Color Harmonies of #521672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521672

Black with #521672

Text Example


Text Example

White with #521672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521672; }

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

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

background-color css

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

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

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

border-color css

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

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

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