Html Css Color HEX #52147C Indigo

📋 copy color: '#52147C'

red 82 ◦ green 20 ◦ blue 124

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

Shades of Indigo #52147C

Tints of Indigo #52147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.85%

 BLUE value IS 124 (48.83% from 255) = 54.87%

R = 36.28%
G = 8.85%
B = 54.87%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52147C (or 0x52147C) is known color: Indigo. HEX triplet: 52, 14 and 7C. RGB value is (82,20,124). Sum of RGB (Red+Green+Blue) = 82+20+124=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #52147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52147C is #ADEB83. Grayscale: #323232. Windows color (decimal): -11398020 or 8131666. OLE color: 8131666.

HSL color Cylindrical-coordinate representation of color #52147C: hue angle of 275.77º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52147C is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 20 124 -
CMYK 0.34 0.84 0 0.51
HSL 275.77º 0.72% 0.28% -
HSV(B) 275.77º 0.84% 0.49% -
XYZ 7.37 3.75 19.4 -
YUV 50.39 169.54 150.54 -
System Red Green Blue C M Y K H S L
Decimal 82 20 124 0.34 0.84 0 0.51 275.77 0.72 0.28
Hex 52 14 7C 22 54 0 33 114 48 1C
Octal 122 24 174 42 124 0 63 424 110 34
Binary 1010010 10100 1111100 100010 1010100 0 110011 100010100 1001000 11100

Color Harmonies of #52147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52147C

Black with #52147C

Text Example


Text Example

White with #52147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,20,124); }

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

background-color css

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

 a { background-color: rgb(82,20,124); }

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

border-color css

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

 span { border-color: rgb(82,20,124); }

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