Html Css Color HEX #520167 Indigo

📋 copy color: '#520167'

red 82 ◦ green 1 ◦ blue 103

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

Shades of Indigo #520167

Tints of Indigo #520167

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 44.09%
G = 0.54%
B = 55.38%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#520167 (or 0x520167) is known color: Indigo. HEX triplet: 52, 01 and 67. RGB value is (82,1,103). Sum of RGB (Red+Green+Blue) = 82+1+103=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #520167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520167 is #ADFE98. Grayscale: #242424. Windows color (decimal): -11402905 or 6750546. OLE color: 6750546.

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

Color convert

RGB 82 1 103 -
CMYK 0.20 0.99 0 0.60
HSL 287.65º 0.98% 0.2% -
HSV(B) 287.65º 0.99% 0.4% -
XYZ 5.94 2.79 13.06 -
YUV 36.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 82 1 103 0.20 0.99 0 0.60 287.65 0.98 0.2
Hex 52 1 67 14 63 0 3C 120 62 14
Octal 122 1 147 24 143 0 74 440 142 24
Binary 1010010 1 1100111 10100 1100011 0 111100 100100000 1100010 10100

Color Harmonies of #520167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520167

Black with #520167

Text Example


Text Example

White with #520167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520167; }

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

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

background-color css

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

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

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

border-color css

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

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

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