Html Css Color HEX #520693 Indigo

📋 copy color: '#520693'

red 82 ◦ green 6 ◦ blue 147

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

Shades of Indigo #520693

Tints of Indigo #520693

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.55%

 BLUE value IS 147 (57.81% from 255) = 62.55%

R = 34.89%
G = 2.55%
B = 62.55%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#520693 (or 0x520693) is known color: Indigo. HEX triplet: 52, 06 and 93. RGB value is (82,6,147). Sum of RGB (Red+Green+Blue) = 82+6+147=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #520693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520693 is #ADF96C. Grayscale: #2C2C2C. Windows color (decimal): -11401581 or 9635410. OLE color: 9635410.

HSL color Cylindrical-coordinate representation of color #520693: hue angle of 272.34º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520693 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 6 147 -
CMYK 0.44 0.96 0 0.42
HSL 272.34º 0.92% 0.3% -
HSV(B) 272.34º 0.96% 0.58% -
XYZ 8.81 4.03 27.92 -
YUV 44.8 185.68 154.54 -
System Red Green Blue C M Y K H S L
Decimal 82 6 147 0.44 0.96 0 0.42 272.34 0.92 0.3
Hex 52 6 93 2C 60 0 2A 110 5C 1E
Octal 122 6 223 54 140 0 52 420 134 36
Binary 1010010 110 10010011 101100 1100000 0 101010 100010000 1011100 11110

Color Harmonies of #520693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520693

Black with #520693

Text Example


Text Example

White with #520693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520693; }

 p { color: rgb(82,6,147); }

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

background-color css

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

 a { background-color: rgb(82,6,147); }

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

border-color css

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

 span { border-color: rgb(82,6,147); }

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