Html Css Color HEX #520BA6 Indigo

📋 copy color: '#520BA6'

red 82 ◦ green 11 ◦ blue 166

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

Shades of Indigo #520BA6

Tints of Indigo #520BA6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.25%

 BLUE value IS 166 (65.23% from 255) = 64.09%

R = 31.66%
G = 4.25%
B = 64.09%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#520BA6 (or 0x520BA6) is known color: Indigo. HEX triplet: 52, 0B and A6. RGB value is (82,11,166). Sum of RGB (Red+Green+Blue) = 82+11+166=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 166 (65.23% from 255 or 64.09% from 259); Max value from RGB is 166 - color contains mainly: blue. Hex color #520BA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520BA6 is #ADF459. Grayscale: #313131. Windows color (decimal): -11400282 or 10881874. OLE color: 10881874.

HSL color Cylindrical-coordinate representation of color #520BA6: hue angle of 267.48º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520BA6 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 11 166 -
CMYK 0.51 0.93 0 0.35
HSL 267.48º 0.88% 0.35% -
HSV(B) 267.48º 0.93% 0.65% -
XYZ 10.48 4.79 36.45 -
YUV 49.9 193.52 150.9 -
System Red Green Blue C M Y K H S L
Decimal 82 11 166 0.51 0.93 0 0.35 267.48 0.88 0.35
Hex 52 B A6 33 5D 0 23 10B 58 23
Octal 122 13 246 63 135 0 43 413 130 43
Binary 1010010 1011 10100110 110011 1011101 0 100011 100001011 1011000 100011

Color Harmonies of #520BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520BA6

Black with #520BA6

Text Example


Text Example

White with #520BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520BA6; }

 p { color: rgb(82,11,166); }

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

background-color css

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

 a { background-color: rgb(82,11,166); }

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

border-color css

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

 span { border-color: rgb(82,11,166); }

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