Html Css Color HEX #521A98 Indigo

📋 copy color: '#521A98'

red 82 ◦ green 26 ◦ blue 152

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

Shades of Indigo #521A98

Tints of Indigo #521A98

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10%

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

R = 31.54%
G = 10%
B = 58.46%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#521A98 (or 0x521A98) is known color: Indigo. HEX triplet: 52, 1A and 98. RGB value is (82,26,152). Sum of RGB (Red+Green+Blue) = 82+26+152=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #521A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521A98 is #ADE567. Grayscale: #383838. Windows color (decimal): -11396456 or 9968210. OLE color: 9968210.

HSL color Cylindrical-coordinate representation of color #521A98: hue angle of 266.67º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #521A98 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 26 152 -
CMYK 0.46 0.83 0 0.40
HSL 266.67º 0.71% 0.35% -
HSV(B) 266.67º 0.83% 0.6% -
XYZ 9.52 4.8 30.13 -
YUV 57.11 181.55 145.75 -
System Red Green Blue C M Y K H S L
Decimal 82 26 152 0.46 0.83 0 0.40 266.67 0.71 0.35
Hex 52 1A 98 2E 53 0 28 10B 47 23
Octal 122 32 230 56 123 0 50 413 107 43
Binary 1010010 11010 10011000 101110 1010011 0 101000 100001011 1000111 100011

Color Harmonies of #521A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A98

Black with #521A98

Text Example


Text Example

White with #521A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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