Html Css Color HEX #521089 Indigo

📋 copy color: '#521089'

red 82 ◦ green 16 ◦ blue 137

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

Shades of Indigo #521089

Tints of Indigo #521089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 58.3%

R = 34.89%
G = 6.81%
B = 58.3%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#521089 (or 0x521089) is known color: Indigo. HEX triplet: 52, 10 and 89. RGB value is (82,16,137). Sum of RGB (Red+Green+Blue) = 82+16+137=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #521089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521089 is #ADEF76. Grayscale: #313131. Windows color (decimal): -11399031 or 8982610. OLE color: 8982610.

HSL color Cylindrical-coordinate representation of color #521089: hue angle of 272.73º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521089 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 16 137 -
CMYK 0.40 0.88 0 0.46
HSL 272.73º 0.79% 0.3% -
HSV(B) 272.73º 0.88% 0.54% -
XYZ 8.18 3.97 24 -
YUV 49.53 177.37 151.16 -
System Red Green Blue C M Y K H S L
Decimal 82 16 137 0.40 0.88 0 0.46 272.73 0.79 0.3
Hex 52 10 89 28 58 0 2E 111 4F 1E
Octal 122 20 211 50 130 0 56 421 117 36
Binary 1010010 10000 10001001 101000 1011000 0 101110 100010001 1001111 11110

Color Harmonies of #521089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521089

Black with #521089

Text Example


Text Example

White with #521089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521089; }

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

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

background-color css

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

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

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

border-color css

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

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

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