Html Css Color HEX #520367 Indigo

📋 copy color: '#520367'

red 82 ◦ green 3 ◦ blue 103

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

Shades of Indigo #520367

Tints of Indigo #520367

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 43.62%
G = 1.6%
B = 54.79%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#520367 (or 0x520367) is known color: Indigo. HEX triplet: 52, 03 and 67. RGB value is (82,3,103). Sum of RGB (Red+Green+Blue) = 82+3+103=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 103 (40.62% from 255 or 54.79% from 188); Max value from RGB is 103 - color contains mainly: blue. Hex color #520367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520367 is #ADFC98. Grayscale: #252525. Windows color (decimal): -11402393 or 6751058. OLE color: 6751058.

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

Color convert

RGB 82 3 103 -
CMYK 0.20 0.97 0 0.60
HSL 287.4º 0.94% 0.21% -
HSV(B) 287.4º 0.97% 0.4% -
XYZ 5.96 2.84 13.07 -
YUV 38.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 82 3 103 0.20 0.97 0 0.60 287.4 0.94 0.21
Hex 52 3 67 14 61 0 3C 11F 5E 15
Octal 122 3 147 24 141 0 74 437 136 25
Binary 1010010 11 1100111 10100 1100001 0 111100 100011111 1011110 10101

Color Harmonies of #520367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520367

Black with #520367

Text Example


Text Example

White with #520367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520367; }

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

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

background-color css

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

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

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

border-color css

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

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

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