Html Css Color HEX #520B66 Indigo

📋 copy color: '#520B66'

red 82 ◦ green 11 ◦ blue 102

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

Shades of Indigo #520B66

Tints of Indigo #520B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 52.31%

R = 42.05%
G = 5.64%
B = 52.31%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#520B66 (or 0x520B66) is known color: Indigo. HEX triplet: 52, 0B and 66. RGB value is (82,11,102). Sum of RGB (Red+Green+Blue) = 82+11+102=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #520B66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520B66 is #ADF499. Grayscale: #2A2A2A. Windows color (decimal): -11400346 or 6687570. OLE color: 6687570.

HSL color Cylindrical-coordinate representation of color #520B66: hue angle of 286.81º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520B66 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 11 102 -
CMYK 0.20 0.89 0 0.6
HSL 286.81º 0.81% 0.22% -
HSV(B) 286.81º 0.89% 0.4% -
XYZ 6 2.99 12.83 -
YUV 42.6 161.52 156.1 -
System Red Green Blue C M Y K H S L
Decimal 82 11 102 0.20 0.89 0 0.6 286.81 0.81 0.22
Hex 52 B 66 14 59 0 3C 11F 51 16
Octal 122 13 146 24 131 0 74 437 121 26
Binary 1010010 1011 1100110 10100 1011001 0 111100 100011111 1010001 10110

Color Harmonies of #520B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520B66

Black with #520B66

Text Example


Text Example

White with #520B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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