Html Css Color HEX #521A95 Indigo

📋 copy color: '#521A95'

red 82 ◦ green 26 ◦ blue 149

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

Shades of Indigo #521A95

Tints of Indigo #521A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 57.98%

R = 31.91%
G = 10.12%
B = 57.98%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#521A95 (or 0x521A95) is known color: Indigo. HEX triplet: 52, 1A and 95. RGB value is (82,26,149). Sum of RGB (Red+Green+Blue) = 82+26+149=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #521A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521A95 is #ADE56A. Grayscale: #383838. Windows color (decimal): -11396459 or 9771602. OLE color: 9771602.

HSL color Cylindrical-coordinate representation of color #521A95: hue angle of 267.32º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #521A95 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 26 149 -
CMYK 0.45 0.83 0 0.42
HSL 267.32º 0.7% 0.34% -
HSV(B) 267.32º 0.83% 0.58% -
XYZ 9.27 4.7 28.85 -
YUV 56.77 180.05 146 -
System Red Green Blue C M Y K H S L
Decimal 82 26 149 0.45 0.83 0 0.42 267.32 0.7 0.34
Hex 52 1A 95 2D 53 0 2A 10B 46 22
Octal 122 32 225 55 123 0 52 413 106 42
Binary 1010010 11010 10010101 101101 1010011 0 101010 100001011 1000110 100010

Color Harmonies of #521A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A95

Black with #521A95

Text Example


Text Example

White with #521A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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