Html Css Color HEX #52108F Indigo

📋 copy color: '#52108F'

red 82 ◦ green 16 ◦ blue 143

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

Shades of Indigo #52108F

Tints of Indigo #52108F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.64%

 BLUE value IS 143 (56.25% from 255) = 59.34%

R = 34.02%
G = 6.64%
B = 59.34%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52108F (or 0x52108F) is known color: Indigo. HEX triplet: 52, 10 and 8F. RGB value is (82,16,143). Sum of RGB (Red+Green+Blue) = 82+16+143=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #52108F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52108F is #ADEF70. Grayscale: #313131. Windows color (decimal): -11399025 or 9375826. OLE color: 9375826.

HSL color Cylindrical-coordinate representation of color #52108F: hue angle of 271.18º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52108F is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 16 143 -
CMYK 0.43 0.89 0 0.44
HSL 271.18º 0.8% 0.31% -
HSV(B) 271.18º 0.89% 0.56% -
XYZ 8.62 4.15 26.33 -
YUV 50.21 180.37 150.67 -
System Red Green Blue C M Y K H S L
Decimal 82 16 143 0.43 0.89 0 0.44 271.18 0.8 0.31
Hex 52 10 8F 2B 59 0 2C 10F 50 1F
Octal 122 20 217 53 131 0 54 417 120 37
Binary 1010010 10000 10001111 101011 1011001 0 101100 100001111 1010000 11111

Color Harmonies of #52108F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52108F

Black with #52108F

Text Example


Text Example

White with #52108F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52108F; }

 p { color: rgb(82,16,143); }

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

background-color css

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

 a { background-color: rgb(82,16,143); }

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

border-color css

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

 span { border-color: rgb(82,16,143); }

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