Html Css Color HEX #521985 Indigo

📋 copy color: '#521985'

red 82 ◦ green 25 ◦ blue 133

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

Shades of Indigo #521985

Tints of Indigo #521985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 55.42%

R = 34.17%
G = 10.42%
B = 55.42%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#521985 (or 0x521985) is known color: Indigo. HEX triplet: 52, 19 and 85. RGB value is (82,25,133). Sum of RGB (Red+Green+Blue) = 82+25+133=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #521985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521985 is #ADE67A. Grayscale: #353535. Windows color (decimal): -11396731 or 8722770. OLE color: 8722770.

HSL color Cylindrical-coordinate representation of color #521985: hue angle of 271.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521985 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 25 133 -
CMYK 0.38 0.81 0 0.48
HSL 271.67º 0.68% 0.31% -
HSV(B) 271.67º 0.81% 0.52% -
XYZ 8.06 4.18 22.57 -
YUV 54.36 172.38 147.72 -
System Red Green Blue C M Y K H S L
Decimal 82 25 133 0.38 0.81 0 0.48 271.67 0.68 0.31
Hex 52 19 85 26 51 0 30 110 44 1F
Octal 122 31 205 46 121 0 60 420 104 37
Binary 1010010 11001 10000101 100110 1010001 0 110000 100010000 1000100 11111

Color Harmonies of #521985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521985

Black with #521985

Text Example


Text Example

White with #521985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521985; }

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

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

background-color css

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

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

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

border-color css

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

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

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