Html Css Color HEX #521990 Indigo

📋 copy color: '#521990'

red 82 ◦ green 25 ◦ blue 144

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

Shades of Indigo #521990

Tints of Indigo #521990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.96%

 BLUE value IS 144 (56.64% from 255) = 57.37%

R = 32.67%
G = 9.96%
B = 57.37%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#521990 (or 0x521990) is known color: Indigo. HEX triplet: 52, 19 and 90. RGB value is (82,25,144). Sum of RGB (Red+Green+Blue) = 82+25+144=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #521990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521990 is #ADE66F. Grayscale: #373737. Windows color (decimal): -11396720 or 9443666. OLE color: 9443666.

HSL color Cylindrical-coordinate representation of color #521990: hue angle of 268.74º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #521990 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 25 144 -
CMYK 0.43 0.83 0 0.44
HSL 268.74º 0.7% 0.33% -
HSV(B) 268.74º 0.83% 0.56% -
XYZ 8.86 4.5 26.79 -
YUV 55.61 177.88 146.82 -
System Red Green Blue C M Y K H S L
Decimal 82 25 144 0.43 0.83 0 0.44 268.74 0.7 0.33
Hex 52 19 90 2B 53 0 2C 10D 46 21
Octal 122 31 220 53 123 0 54 415 106 41
Binary 1010010 11001 10010000 101011 1010011 0 101100 100001101 1000110 100001

Color Harmonies of #521990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521990

Black with #521990

Text Example


Text Example

White with #521990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521990; }

 p { color: rgb(82,25,144); }

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

background-color css

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

 a { background-color: rgb(82,25,144); }

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

border-color css

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

 span { border-color: rgb(82,25,144); }

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