Html Css Color HEX #520288 Indigo

📋 copy color: '#520288'

red 82 ◦ green 2 ◦ blue 136

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

Shades of Indigo #520288

Tints of Indigo #520288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 136 (53.52% from 255) = 61.82%

R = 37.27%
G = 0.91%
B = 61.82%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#520288 (or 0x520288) is known color: Indigo. HEX triplet: 52, 02 and 88. RGB value is (82,2,136). Sum of RGB (Red+Green+Blue) = 82+2+136=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #520288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520288 is #ADFD77. Grayscale: #282828. Windows color (decimal): -11402616 or 8913490. OLE color: 8913490.

HSL color Cylindrical-coordinate representation of color #520288: hue angle of 275.82º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520288 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 2 136 -
CMYK 0.40 0.99 0 0.47
HSL 275.82º 0.97% 0.27% -
HSV(B) 275.82º 0.99% 0.53% -
XYZ 7.95 3.61 23.57 -
YUV 41.2 181.5 157.1 -
System Red Green Blue C M Y K H S L
Decimal 82 2 136 0.40 0.99 0 0.47 275.82 0.97 0.27
Hex 52 2 88 28 63 0 2F 114 61 1B
Octal 122 2 210 50 143 0 57 424 141 33
Binary 1010010 10 10001000 101000 1100011 0 101111 100010100 1100001 11011

Color Harmonies of #520288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520288

Black with #520288

Text Example


Text Example

White with #520288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520288; }

 p { color: rgb(82,2,136); }

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

background-color css

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

 a { background-color: rgb(82,2,136); }

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

border-color css

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

 span { border-color: rgb(82,2,136); }

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