Html Css Color HEX #52128C Indigo

📋 copy color: '#52128C'

red 82 ◦ green 18 ◦ blue 140

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

Shades of Indigo #52128C

Tints of Indigo #52128C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 58.33%

R = 34.17%
G = 7.5%
B = 58.33%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52128C (or 0x52128C) is known color: Indigo. HEX triplet: 52, 12 and 8C. RGB value is (82,18,140). Sum of RGB (Red+Green+Blue) = 82+18+140=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 140 (55.08% from 255 or 58.33% from 240); Max value from RGB is 140 - color contains mainly: blue. Hex color #52128C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52128C is #ADED73. Grayscale: #323232. Windows color (decimal): -11398516 or 9179730. OLE color: 9179730.

HSL color Cylindrical-coordinate representation of color #52128C: hue angle of 271.48º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52128C is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 18 140 -
CMYK 0.41 0.87 0 0.45
HSL 271.48º 0.77% 0.31% -
HSV(B) 271.48º 0.87% 0.55% -
XYZ 8.43 4.12 25.16 -
YUV 51.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 82 18 140 0.41 0.87 0 0.45 271.48 0.77 0.31
Hex 52 12 8C 29 57 0 2D 10F 4D 1F
Octal 122 22 214 51 127 0 55 417 115 37
Binary 1010010 10010 10001100 101001 1010111 0 101101 100001111 1001101 11111

Color Harmonies of #52128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52128C

Black with #52128C

Text Example


Text Example

White with #52128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52128C; }

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

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

background-color css

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

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

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

border-color css

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

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

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