Html Css Color HEX #52187C Indigo

📋 copy color: '#52187C'

red 82 ◦ green 24 ◦ blue 124

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

Shades of Indigo #52187C

Tints of Indigo #52187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.43%

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

R = 35.65%
G = 10.43%
B = 53.91%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52187C (or 0x52187C) is known color: Indigo. HEX triplet: 52, 18 and 7C. RGB value is (82,24,124). Sum of RGB (Red+Green+Blue) = 82+24+124=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #52187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52187C is #ADE783. Grayscale: #343434. Windows color (decimal): -11396996 or 8132690. OLE color: 8132690.

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

Color convert

RGB 82 24 124 -
CMYK 0.34 0.81 0 0.51
HSL 274.8º 0.68% 0.29% -
HSV(B) 274.8º 0.81% 0.49% -
XYZ 7.44 3.9 19.43 -
YUV 52.74 168.22 148.87 -
System Red Green Blue C M Y K H S L
Decimal 82 24 124 0.34 0.81 0 0.51 274.8 0.68 0.29
Hex 52 18 7C 22 51 0 33 113 44 1D
Octal 122 30 174 42 121 0 63 423 104 35
Binary 1010010 11000 1111100 100010 1010001 0 110011 100010011 1000100 11101

Color Harmonies of #52187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52187C

Black with #52187C

Text Example


Text Example

White with #52187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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