Html Css Color HEX #520274 Indigo

📋 copy color: '#520274'

red 82 ◦ green 2 ◦ blue 116

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

Shades of Indigo #520274

Tints of Indigo #520274

RGB

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

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

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

R = 41%
G = 1%
B = 58%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520274 (or 0x520274) is known color: Indigo. HEX triplet: 52, 02 and 74. RGB value is (82,2,116). Sum of RGB (Red+Green+Blue) = 82+2+116=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #520274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520274 is #ADFD8B. Grayscale: #262626. Windows color (decimal): -11402636 or 7602770. OLE color: 7602770.

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

Color convert

RGB 82 2 116 -
CMYK 0.29 0.98 0 0.55
HSL 282.11º 0.97% 0.23% -
HSV(B) 282.11º 0.98% 0.45% -
XYZ 6.65 3.1 16.77 -
YUV 38.92 171.5 158.73 -
System Red Green Blue C M Y K H S L
Decimal 82 2 116 0.29 0.98 0 0.55 282.11 0.97 0.23
Hex 52 2 74 1D 62 0 37 11A 61 17
Octal 122 2 164 35 142 0 67 432 141 27
Binary 1010010 10 1110100 11101 1100010 0 110111 100011010 1100001 10111

Color Harmonies of #520274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520274

Black with #520274

Text Example


Text Example

White with #520274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520274; }

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

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

background-color css

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

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

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

border-color css

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

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

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