Html Css Color HEX #521282 Indigo

📋 copy color: '#521282'

red 82 ◦ green 18 ◦ blue 130

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

Shades of Indigo #521282

Tints of Indigo #521282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.83%

 BLUE value IS 130 (51.17% from 255) = 56.52%

R = 35.65%
G = 7.83%
B = 56.52%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#521282 (or 0x521282) is known color: Indigo. HEX triplet: 52, 12 and 82. RGB value is (82,18,130). Sum of RGB (Red+Green+Blue) = 82+18+130=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #521282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521282 is #ADED7D. Grayscale: #313131. Windows color (decimal): -11398526 or 8524370. OLE color: 8524370.

HSL color Cylindrical-coordinate representation of color #521282: hue angle of 274.29º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521282 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 18 130 -
CMYK 0.37 0.86 0 0.49
HSL 274.29º 0.76% 0.29% -
HSV(B) 274.29º 0.86% 0.51% -
XYZ 7.73 3.84 21.45 -
YUV 49.9 173.2 150.89 -
System Red Green Blue C M Y K H S L
Decimal 82 18 130 0.37 0.86 0 0.49 274.29 0.76 0.29
Hex 52 12 82 25 56 0 31 112 4C 1D
Octal 122 22 202 45 126 0 61 422 114 35
Binary 1010010 10010 10000010 100101 1010110 0 110001 100010010 1001100 11101

Color Harmonies of #521282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521282

Black with #521282

Text Example


Text Example

White with #521282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521282; }

 p { color: rgb(82,18,130); }

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

background-color css

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

 a { background-color: rgb(82,18,130); }

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

border-color css

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

 span { border-color: rgb(82,18,130); }

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