Html Css Color HEX #52157C Indigo

📋 copy color: '#52157C'

red 82 ◦ green 21 ◦ blue 124

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

Shades of Indigo #52157C

Tints of Indigo #52157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.25%

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

R = 36.12%
G = 9.25%
B = 54.63%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52157C (or 0x52157C) is known color: Indigo. HEX triplet: 52, 15 and 7C. RGB value is (82,21,124). Sum of RGB (Red+Green+Blue) = 82+21+124=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #52157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52157C is #ADEA83. Grayscale: #323232. Windows color (decimal): -11397764 or 8131922. OLE color: 8131922.

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

Color convert

RGB 82 21 124 -
CMYK 0.34 0.83 0 0.51
HSL 275.53º 0.71% 0.28% -
HSV(B) 275.53º 0.83% 0.49% -
XYZ 7.39 3.79 19.41 -
YUV 50.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 82 21 124 0.34 0.83 0 0.51 275.53 0.71 0.28
Hex 52 15 7C 22 53 0 33 114 47 1C
Octal 122 25 174 42 123 0 63 424 107 34
Binary 1010010 10101 1111100 100010 1010011 0 110011 100010100 1000111 11100

Color Harmonies of #52157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52157C

Black with #52157C

Text Example


Text Example

White with #52157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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