Html Css Color HEX #52127C Indigo

📋 copy color: '#52127C'

red 82 ◦ green 18 ◦ blue 124

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

Shades of Indigo #52127C

Tints of Indigo #52127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.04%

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

R = 36.61%
G = 8.04%
B = 55.36%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52127C (or 0x52127C) is known color: Indigo. HEX triplet: 52, 12 and 7C. RGB value is (82,18,124). Sum of RGB (Red+Green+Blue) = 82+18+124=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #52127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52127C is #ADED83. Grayscale: #303030. Windows color (decimal): -11398532 or 8131154. OLE color: 8131154.

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

Color convert

RGB 82 18 124 -
CMYK 0.34 0.85 0 0.51
HSL 276.23º 0.75% 0.28% -
HSV(B) 276.23º 0.85% 0.49% -
XYZ 7.33 3.68 19.39 -
YUV 49.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 82 18 124 0.34 0.85 0 0.51 276.23 0.75 0.28
Hex 52 12 7C 22 55 0 33 114 4B 1C
Octal 122 22 174 42 125 0 63 424 113 34
Binary 1010010 10010 1111100 100010 1010101 0 110011 100010100 1001011 11100

Color Harmonies of #52127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52127C

Black with #52127C

Text Example


Text Example

White with #52127C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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