Html Css Color HEX #520468 Indigo

📋 copy color: '#520468'

red 82 ◦ green 4 ◦ blue 104

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

Shades of Indigo #520468

Tints of Indigo #520468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.11%

 BLUE value IS 104 (41.02% from 255) = 54.74%

R = 43.16%
G = 2.11%
B = 54.74%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#520468 (or 0x520468) is known color: Indigo. HEX triplet: 52, 04 and 68. RGB value is (82,4,104). Sum of RGB (Red+Green+Blue) = 82+4+104=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #520468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520468 is #ADFB97. Grayscale: #262626. Windows color (decimal): -11402136 or 6816850. OLE color: 6816850.

HSL color Cylindrical-coordinate representation of color #520468: hue angle of 286.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520468 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 4 104 -
CMYK 0.21 0.96 0 0.59
HSL 286.8º 0.93% 0.21% -
HSV(B) 286.8º 0.96% 0.41% -
XYZ 6.02 2.88 13.34 -
YUV 38.72 164.84 158.87 -
System Red Green Blue C M Y K H S L
Decimal 82 4 104 0.21 0.96 0 0.59 286.8 0.93 0.21
Hex 52 4 68 15 60 0 3B 11F 5D 15
Octal 122 4 150 25 140 0 73 437 135 25
Binary 1010010 100 1101000 10101 1100000 0 111011 100011111 1011101 10101

Color Harmonies of #520468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520468

Black with #520468

Text Example


Text Example

White with #520468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520468; }

 p { color: rgb(82,4,104); }

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

background-color css

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

 a { background-color: rgb(82,4,104); }

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

border-color css

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

 span { border-color: rgb(82,4,104); }

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