Html Css Color HEX #521A9C Indigo

📋 copy color: '#521A9C'

red 82 ◦ green 26 ◦ blue 156

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

Shades of Indigo #521A9C

Tints of Indigo #521A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 59.09%

R = 31.06%
G = 9.85%
B = 59.09%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#521A9C (or 0x521A9C) is known color: Indigo. HEX triplet: 52, 1A and 9C. RGB value is (82,26,156). Sum of RGB (Red+Green+Blue) = 82+26+156=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #521A9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521A9C is #ADE563. Grayscale: #393939. Windows color (decimal): -11396452 or 10230354. OLE color: 10230354.

HSL color Cylindrical-coordinate representation of color #521A9C: hue angle of 265.85º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #521A9C is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 26 156 -
CMYK 0.47 0.83 0 0.39
HSL 265.85º 0.71% 0.36% -
HSV(B) 265.85º 0.83% 0.61% -
XYZ 9.85 4.93 31.89 -
YUV 57.56 183.55 145.43 -
System Red Green Blue C M Y K H S L
Decimal 82 26 156 0.47 0.83 0 0.39 265.85 0.71 0.36
Hex 52 1A 9C 2F 53 0 27 10A 47 24
Octal 122 32 234 57 123 0 47 412 107 44
Binary 1010010 11010 10011100 101111 1010011 0 100111 100001010 1000111 100100

Color Harmonies of #521A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A9C

Black with #521A9C

Text Example


Text Example

White with #521A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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