Html Css Color HEX #521474 Indigo

📋 copy color: '#521474'

red 82 ◦ green 20 ◦ blue 116

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

Shades of Indigo #521474

Tints of Indigo #521474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

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

R = 37.61%
G = 9.17%
B = 53.21%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#521474 (or 0x521474) is known color: Indigo. HEX triplet: 52, 14 and 74. RGB value is (82,20,116). Sum of RGB (Red+Green+Blue) = 82+20+116=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #521474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521474 is #ADEB8B. Grayscale: #313131. Windows color (decimal): -11398028 or 7607378. OLE color: 7607378.

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

Color convert

RGB 82 20 116 -
CMYK 0.29 0.83 0 0.55
HSL 278.75º 0.71% 0.27% -
HSV(B) 278.75º 0.83% 0.45% -
XYZ 6.88 3.56 16.85 -
YUV 49.48 165.54 151.19 -
System Red Green Blue C M Y K H S L
Decimal 82 20 116 0.29 0.83 0 0.55 278.75 0.71 0.27
Hex 52 14 74 1D 53 0 37 117 47 1B
Octal 122 24 164 35 123 0 67 427 107 33
Binary 1010010 10100 1110100 11101 1010011 0 110111 100010111 1000111 11011

Color Harmonies of #521474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521474

Black with #521474

Text Example


Text Example

White with #521474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521474; }

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

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

background-color css

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

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

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

border-color css

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

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

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