Html Css Color HEX #521671 Indigo

📋 copy color: '#521671'

red 82 ◦ green 22 ◦ blue 113

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

Shades of Indigo #521671

Tints of Indigo #521671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 52.07%

R = 37.79%
G = 10.14%
B = 52.07%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#521671 (or 0x521671) is known color: Indigo. HEX triplet: 52, 16 and 71. RGB value is (82,22,113). Sum of RGB (Red+Green+Blue) = 82+22+113=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #521671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521671 is #ADE98E. Grayscale: #323232. Windows color (decimal): -11397519 or 7411282. OLE color: 7411282.

HSL color Cylindrical-coordinate representation of color #521671: hue angle of 279.56º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521671 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 22 113 -
CMYK 0.27 0.81 0 0.56
HSL 279.56º 0.67% 0.26% -
HSV(B) 279.56º 0.81% 0.44% -
XYZ 6.75 3.56 15.95 -
YUV 50.31 163.38 150.6 -
System Red Green Blue C M Y K H S L
Decimal 82 22 113 0.27 0.81 0 0.56 279.56 0.67 0.26
Hex 52 16 71 1B 51 0 38 118 43 1A
Octal 122 26 161 33 121 0 70 430 103 32
Binary 1010010 10110 1110001 11011 1010001 0 111000 100011000 1000011 11010

Color Harmonies of #521671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521671

Black with #521671

Text Example


Text Example

White with #521671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521671; }

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

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

background-color css

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

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

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

border-color css

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

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

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