Html Css Color HEX #521098 Indigo

📋 copy color: '#521098'

red 82 ◦ green 16 ◦ blue 152

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

Shades of Indigo #521098

Tints of Indigo #521098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 60.8%

R = 32.8%
G = 6.4%
B = 60.8%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#521098 (or 0x521098) is known color: Indigo. HEX triplet: 52, 10 and 98. RGB value is (82,16,152). Sum of RGB (Red+Green+Blue) = 82+16+152=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #521098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521098 is #ADEF67. Grayscale: #323232. Windows color (decimal): -11399016 or 9965650. OLE color: 9965650.

HSL color Cylindrical-coordinate representation of color #521098: hue angle of 269.12º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521098 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 16 152 -
CMYK 0.46 0.89 0 0.40
HSL 269.12º 0.81% 0.33% -
HSV(B) 269.12º 0.89% 0.6% -
XYZ 9.33 4.43 30.07 -
YUV 51.24 184.87 149.94 -
System Red Green Blue C M Y K H S L
Decimal 82 16 152 0.46 0.89 0 0.40 269.12 0.81 0.33
Hex 52 10 98 2E 59 0 28 10D 51 21
Octal 122 20 230 56 131 0 50 415 121 41
Binary 1010010 10000 10011000 101110 1011001 0 101000 100001101 1010001 100001

Color Harmonies of #521098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521098

Black with #521098

Text Example


Text Example

White with #521098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521098; }

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

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

background-color css

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

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

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

border-color css

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

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

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