Html Css Color HEX #52048B Indigo

📋 copy color: '#52048B'

red 82 ◦ green 4 ◦ blue 139

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

Shades of Indigo #52048B

Tints of Indigo #52048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.78%

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

R = 36.44%
G = 1.78%
B = 61.78%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52048B (or 0x52048B) is known color: Indigo. HEX triplet: 52, 04 and 8B. RGB value is (82,4,139). Sum of RGB (Red+Green+Blue) = 82+4+139=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #52048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52048B is #ADFB74. Grayscale: #2A2A2A. Windows color (decimal): -11402101 or 9110610. OLE color: 9110610.

HSL color Cylindrical-coordinate representation of color #52048B: hue angle of 274.67º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52048B is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 4 139 -
CMYK 0.41 0.97 0 0.45
HSL 274.67º 0.94% 0.28% -
HSV(B) 274.67º 0.97% 0.55% -
XYZ 8.18 3.74 24.72 -
YUV 42.71 182.34 156.02 -
System Red Green Blue C M Y K H S L
Decimal 82 4 139 0.41 0.97 0 0.45 274.67 0.94 0.28
Hex 52 4 8B 29 61 0 2D 113 5E 1C
Octal 122 4 213 51 141 0 55 423 136 34
Binary 1010010 100 10001011 101001 1100001 0 101101 100010011 1011110 11100

Color Harmonies of #52048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52048B

Black with #52048B

Text Example


Text Example

White with #52048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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