Html Css Color HEX #521A96 Indigo

📋 copy color: '#521A96'

red 82 ◦ green 26 ◦ blue 150

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

Shades of Indigo #521A96

Tints of Indigo #521A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 58.14%

R = 31.78%
G = 10.08%
B = 58.14%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#521A96 (or 0x521A96) is known color: Indigo. HEX triplet: 52, 1A and 96. RGB value is (82,26,150). Sum of RGB (Red+Green+Blue) = 82+26+150=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 150 (58.98% from 255 or 58.14% from 258); Max value from RGB is 150 - color contains mainly: blue. Hex color #521A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521A96 is #ADE569. Grayscale: #383838. Windows color (decimal): -11396458 or 9837138. OLE color: 9837138.

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

Color convert

RGB 82 26 150 -
CMYK 0.45 0.83 0 0.41
HSL 267.1º 0.7% 0.35% -
HSV(B) 267.1º 0.83% 0.59% -
XYZ 9.35 4.73 29.28 -
YUV 56.88 180.55 145.92 -
System Red Green Blue C M Y K H S L
Decimal 82 26 150 0.45 0.83 0 0.41 267.1 0.7 0.35
Hex 52 1A 96 2D 53 0 29 10B 46 23
Octal 122 32 226 55 123 0 51 413 106 43
Binary 1010010 11010 10010110 101101 1010011 0 101001 100001011 1000110 100011

Color Harmonies of #521A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A96

Black with #521A96

Text Example


Text Example

White with #521A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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