Html Css Color HEX #520192 Indigo

📋 copy color: '#520192'

red 82 ◦ green 1 ◦ blue 146

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

Shades of Indigo #520192

Tints of Indigo #520192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.76%

R = 35.81%
G = 0.44%
B = 63.76%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#520192 (or 0x520192) is known color: Indigo. HEX triplet: 52, 01 and 92. RGB value is (82,1,146). Sum of RGB (Red+Green+Blue) = 82+1+146=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #520192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520192 is #ADFE6D. Grayscale: #292929. Windows color (decimal): -11402862 or 9568594. OLE color: 9568594.

HSL color Cylindrical-coordinate representation of color #520192: hue angle of 273.52º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520192 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 1 146 -
CMYK 0.44 0.99 0 0.43
HSL 273.52º 0.99% 0.29% -
HSV(B) 273.52º 0.99% 0.57% -
XYZ 8.68 3.89 27.49 -
YUV 41.75 186.84 156.71 -
System Red Green Blue C M Y K H S L
Decimal 82 1 146 0.44 0.99 0 0.43 273.52 0.99 0.29
Hex 52 1 92 2C 63 0 2B 112 63 1D
Octal 122 1 222 54 143 0 53 422 143 35
Binary 1010010 1 10010010 101100 1100011 0 101011 100010010 1100011 11101

Color Harmonies of #520192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520192

Black with #520192

Text Example


Text Example

White with #520192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520192; }

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

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

background-color css

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

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

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

border-color css

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

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

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