Html Css Color HEX #520074 Indigo

📋 copy color: '#520074'

red 82 ◦ green 0 ◦ blue 116

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

Shades of Indigo #520074

Tints of Indigo #520074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 116 (45.7% from 255) = 58.59%

R = 41.41%
G = 0%
B = 58.59%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520074 (or 0x520074) is known color: Indigo. HEX triplet: 52, 00 and 74. RGB value is (82,0,116). Sum of RGB (Red+Green+Blue) = 82+0+116=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #520074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520074 is #ADFF8B. Grayscale: #252525. Windows color (decimal): -11403148 or 7602258. OLE color: 7602258.

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

Color convert

RGB 82 0 116 -
CMYK 0.29 1 0 0.55
HSL 282.41º 1% 0.23% -
HSV(B) 282.41º 1% 0.45% -
XYZ 6.63 3.05 16.76 -
YUV 37.74 172.17 159.57 -
System Red Green Blue C M Y K H S L
Decimal 82 0 116 0.29 1 0 0.55 282.41 1 0.23
Hex 52 0 74 1D 64 0 37 11A 64 17
Octal 122 0 164 35 144 0 67 432 144 27
Binary 1010010 0 1110100 11101 1100100 0 110111 100011010 1100100 10111

Color Harmonies of #520074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520074

Black with #520074

Text Example


Text Example

White with #520074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520074; }

 p { color: rgb(82,0,116); }

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

background-color css

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

 a { background-color: rgb(82,0,116); }

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

border-color css

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

 span { border-color: rgb(82,0,116); }

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