Html Css Color HEX #520993 Indigo

📋 copy color: '#520993'

red 82 ◦ green 9 ◦ blue 147

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

Shades of Indigo #520993

Tints of Indigo #520993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.78%

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

R = 34.45%
G = 3.78%
B = 61.76%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#520993 (or 0x520993) is known color: Indigo. HEX triplet: 52, 09 and 93. RGB value is (82,9,147). Sum of RGB (Red+Green+Blue) = 82+9+147=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 147 (57.81% from 255 or 61.76% from 238); Max value from RGB is 147 - color contains mainly: blue. Hex color #520993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520993 is #ADF66C. Grayscale: #2E2E2E. Windows color (decimal): -11400813 or 9636178. OLE color: 9636178.

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

Color convert

RGB 82 9 147 -
CMYK 0.44 0.94 0 0.42
HSL 271.74º 0.88% 0.31% -
HSV(B) 271.74º 0.94% 0.58% -
XYZ 8.84 4.1 27.93 -
YUV 46.56 184.68 153.28 -
System Red Green Blue C M Y K H S L
Decimal 82 9 147 0.44 0.94 0 0.42 271.74 0.88 0.31
Hex 52 9 93 2C 5E 0 2A 110 58 1F
Octal 122 11 223 54 136 0 52 420 130 37
Binary 1010010 1001 10010011 101100 1011110 0 101010 100010000 1011000 11111

Color Harmonies of #520993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520993

Black with #520993

Text Example


Text Example

White with #520993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520993; }

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

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

background-color css

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

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

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

border-color css

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

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

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