Html Css Color HEX #520372 Indigo

📋 copy color: '#520372'

red 82 ◦ green 3 ◦ blue 114

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

Shades of Indigo #520372

Tints of Indigo #520372

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

 BLUE value IS 114 (44.92% from 255) = 57.29%

R = 41.21%
G = 1.51%
B = 57.29%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520372 (or 0x520372) is known color: Indigo. HEX triplet: 52, 03 and 72. RGB value is (82,3,114). Sum of RGB (Red+Green+Blue) = 82+3+114=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #520372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520372 is #ADFC8D. Grayscale: #262626. Windows color (decimal): -11402382 or 7471954. OLE color: 7471954.

HSL color Cylindrical-coordinate representation of color #520372: hue angle of 282.7º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520372 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 3 114 -
CMYK 0.28 0.97 0 0.55
HSL 282.7º 0.95% 0.23% -
HSV(B) 282.7º 0.97% 0.45% -
XYZ 6.55 3.07 16.17 -
YUV 39.28 170.17 158.47 -
System Red Green Blue C M Y K H S L
Decimal 82 3 114 0.28 0.97 0 0.55 282.7 0.95 0.23
Hex 52 3 72 1C 61 0 37 11B 5F 17
Octal 122 3 162 34 141 0 67 433 137 27
Binary 1010010 11 1110010 11100 1100001 0 110111 100011011 1011111 10111

Color Harmonies of #520372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520372

Black with #520372

Text Example


Text Example

White with #520372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520372; }

 p { color: rgb(82,3,114); }

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

background-color css

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

 a { background-color: rgb(82,3,114); }

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

border-color css

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

 span { border-color: rgb(82,3,114); }

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