Html Css Color HEX #521072 Indigo

📋 copy color: '#521072'

red 82 ◦ green 16 ◦ blue 114

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

Shades of Indigo #521072

Tints of Indigo #521072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.55%

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

R = 38.68%
G = 7.55%
B = 53.77%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#521072 (or 0x521072) is known color: Indigo. HEX triplet: 52, 10 and 72. RGB value is (82,16,114). Sum of RGB (Red+Green+Blue) = 82+16+114=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #521072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521072 is #ADEF8D. Grayscale: #2E2E2E. Windows color (decimal): -11399054 or 7475282. OLE color: 7475282.

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

Color convert

RGB 82 16 114 -
CMYK 0.28 0.86 0 0.55
HSL 280.41º 0.75% 0.25% -
HSV(B) 280.41º 0.86% 0.45% -
XYZ 6.7 3.38 16.22 -
YUV 46.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 82 16 114 0.28 0.86 0 0.55 280.41 0.75 0.25
Hex 52 10 72 1C 56 0 37 118 4B 19
Octal 122 20 162 34 126 0 67 430 113 31
Binary 1010010 10000 1110010 11100 1010110 0 110111 100011000 1001011 11001

Color Harmonies of #521072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521072

Black with #521072

Text Example


Text Example

White with #521072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521072; }

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

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

background-color css

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

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

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

border-color css

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

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

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