Html Css Color HEX #52128B Indigo

📋 copy color: '#52128B'

red 82 ◦ green 18 ◦ blue 139

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

Shades of Indigo #52128B

Tints of Indigo #52128B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 58.16%

R = 34.31%
G = 7.53%
B = 58.16%

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

#52128B (or 0x52128B) is known color: Indigo. HEX triplet: 52, 12 and 8B. RGB value is (82,18,139). Sum of RGB (Red+Green+Blue) = 82+18+139=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #52128B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52128B is #ADED74. Grayscale: #323232. Windows color (decimal): -11398517 or 9114194. OLE color: 9114194.

HSL color Cylindrical-coordinate representation of color #52128B: hue angle of 271.74º 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 #52128B is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 18 139 -
CMYK 0.41 0.87 0 0.45
HSL 271.74º 0.77% 0.31% -
HSV(B) 271.74º 0.87% 0.55% -
XYZ 8.36 4.09 24.78 -
YUV 50.93 177.7 150.16 -
System Red Green Blue C M Y K H S L
Decimal 82 18 139 0.41 0.87 0 0.45 271.74 0.77 0.31
Hex 52 12 8B 29 57 0 2D 110 4D 1F
Octal 122 22 213 51 127 0 55 420 115 37
Binary 1010010 10010 10001011 101001 1010111 0 101101 100010000 1001101 11111

Color Harmonies of #52128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52128B

Black with #52128B

Text Example


Text Example

White with #52128B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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