Html Css Color HEX #52147F Indigo

📋 copy color: '#52147F'

red 82 ◦ green 20 ◦ blue 127

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

Shades of Indigo #52147F

Tints of Indigo #52147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 55.46%

R = 35.81%
G = 8.73%
B = 55.46%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52147F (or 0x52147F) is known color: Indigo. HEX triplet: 52, 14 and 7F. RGB value is (82,20,127). Sum of RGB (Red+Green+Blue) = 82+20+127=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #52147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52147F is #ADEB80. Grayscale: #323232. Windows color (decimal): -11398017 or 8328274. OLE color: 8328274.

HSL color Cylindrical-coordinate representation of color #52147F: hue angle of 274.77º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52147F is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 20 127 -
CMYK 0.35 0.84 0 0.50
HSL 274.77º 0.73% 0.29% -
HSV(B) 274.77º 0.84% 0.5% -
XYZ 7.56 3.83 20.42 -
YUV 50.74 171.04 150.3 -
System Red Green Blue C M Y K H S L
Decimal 82 20 127 0.35 0.84 0 0.50 274.77 0.73 0.29
Hex 52 14 7F 23 54 0 32 113 49 1D
Octal 122 24 177 43 124 0 62 423 111 35
Binary 1010010 10100 1111111 100011 1010100 0 110010 100010011 1001001 11101

Color Harmonies of #52147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52147F

Black with #52147F

Text Example


Text Example

White with #52147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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