Html Css Color HEX #520067 Indigo

📋 copy color: '#520067'

red 82 ◦ green 0 ◦ blue 103

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

Shades of Indigo #520067

Tints of Indigo #520067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 103 (40.63% from 255) = 55.68%

R = 44.32%
G = 0%
B = 55.68%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#520067 (or 0x520067) is known color: Indigo. HEX triplet: 52, 00 and 67. RGB value is (82,0,103). Sum of RGB (Red+Green+Blue) = 82+0+103=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #520067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520067 is #ADFF98. Grayscale: #232323. Windows color (decimal): -11403161 or 6750290. OLE color: 6750290.

HSL color Cylindrical-coordinate representation of color #520067: hue angle of 287.77º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520067 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 0 103 -
CMYK 0.20 1 0 0.60
HSL 287.77º 1% 0.2% -
HSV(B) 287.77º 1% 0.4% -
XYZ 5.93 2.77 13.05 -
YUV 36.26 165.67 160.62 -
System Red Green Blue C M Y K H S L
Decimal 82 0 103 0.20 1 0 0.60 287.77 1 0.2
Hex 52 0 67 14 64 0 3C 120 64 14
Octal 122 0 147 24 144 0 74 440 144 24
Binary 1010010 0 1100111 10100 1100100 0 111100 100100000 1100100 10100

Color Harmonies of #520067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520067

Black with #520067

Text Example


Text Example

White with #520067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520067; }

 p { color: rgb(82,0,103); }

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

background-color css

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

 a { background-color: rgb(82,0,103); }

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

border-color css

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

 span { border-color: rgb(82,0,103); }

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