Html Css Color HEX #521074 Indigo

📋 copy color: '#521074'

red 82 ◦ green 16 ◦ blue 116

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

Shades of Indigo #521074

Tints of Indigo #521074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 54.21%

R = 38.32%
G = 7.48%
B = 54.21%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#521074 (or 0x521074) is known color: Indigo. HEX triplet: 52, 10 and 74. RGB value is (82,16,116). Sum of RGB (Red+Green+Blue) = 82+16+116=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #521074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521074 is #ADEF8B. Grayscale: #2E2E2E. Windows color (decimal): -11399052 or 7606354. OLE color: 7606354.

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

Color convert

RGB 82 16 116 -
CMYK 0.29 0.86 0 0.55
HSL 279.6º 0.76% 0.26% -
HSV(B) 279.6º 0.86% 0.45% -
XYZ 6.82 3.43 16.82 -
YUV 47.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 82 16 116 0.29 0.86 0 0.55 279.6 0.76 0.26
Hex 52 10 74 1D 56 0 37 118 4C 1A
Octal 122 20 164 35 126 0 67 430 114 32
Binary 1010010 10000 1110100 11101 1010110 0 110111 100011000 1001100 11010

Color Harmonies of #521074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521074

Black with #521074

Text Example


Text Example

White with #521074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521074; }

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

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

background-color css

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

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

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

border-color css

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

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

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