Html Css Color HEX #52177A Indigo

📋 copy color: '#52177A'

red 82 ◦ green 23 ◦ blue 122

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

Shades of Indigo #52177A

Tints of Indigo #52177A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.13%

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

R = 36.12%
G = 10.13%
B = 53.74%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52177A (or 0x52177A) is known color: Indigo. HEX triplet: 52, 17 and 7A. RGB value is (82,23,122). Sum of RGB (Red+Green+Blue) = 82+23+122=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #52177A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52177A is #ADE885. Grayscale: #333333. Windows color (decimal): -11397254 or 8001362. OLE color: 8001362.

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

Color convert

RGB 82 23 122 -
CMYK 0.33 0.81 0 0.52
HSL 275.76º 0.68% 0.28% -
HSV(B) 275.76º 0.81% 0.48% -
XYZ 7.3 3.81 18.76 -
YUV 51.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 82 23 122 0.33 0.81 0 0.52 275.76 0.68 0.28
Hex 52 17 7A 21 51 0 34 114 44 1C
Octal 122 27 172 41 121 0 64 424 104 34
Binary 1010010 10111 1111010 100001 1010001 0 110100 100010100 1000100 11100

Color Harmonies of #52177A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52177A

Black with #52177A

Text Example


Text Example

White with #52177A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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