Html Css Color HEX #52147A Indigo

📋 copy color: '#52147A'

red 82 ◦ green 20 ◦ blue 122

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

Shades of Indigo #52147A

Tints of Indigo #52147A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 54.46%

R = 36.61%
G = 8.93%
B = 54.46%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52147A (or 0x52147A) is known color: Indigo. HEX triplet: 52, 14 and 7A. RGB value is (82,20,122). Sum of RGB (Red+Green+Blue) = 82+20+122=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #52147A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52147A is #ADEB85. Grayscale: #313131. Windows color (decimal): -11398022 or 8000594. OLE color: 8000594.

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

Color convert

RGB 82 20 122 -
CMYK 0.33 0.84 0 0.52
HSL 276.47º 0.72% 0.28% -
HSV(B) 276.47º 0.84% 0.48% -
XYZ 7.24 3.7 18.74 -
YUV 50.17 168.54 150.71 -
System Red Green Blue C M Y K H S L
Decimal 82 20 122 0.33 0.84 0 0.52 276.47 0.72 0.28
Hex 52 14 7A 21 54 0 34 114 48 1C
Octal 122 24 172 41 124 0 64 424 110 34
Binary 1010010 10100 1111010 100001 1010100 0 110100 100010100 1001000 11100

Color Harmonies of #52147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52147A

Black with #52147A

Text Example


Text Example

White with #52147A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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