Html Css Color HEX #52017C Indigo

📋 copy color: '#52017C'

red 82 ◦ green 1 ◦ blue 124

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

Shades of Indigo #52017C

Tints of Indigo #52017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 39.61%
G = 0.48%
B = 59.9%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52017C (or 0x52017C) is known color: Indigo. HEX triplet: 52, 01 and 7C. RGB value is (82,1,124). Sum of RGB (Red+Green+Blue) = 82+1+124=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #52017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52017C is #ADFE83. Grayscale: #262626. Windows color (decimal): -11402884 or 8126802. OLE color: 8126802.

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

Color convert

RGB 82 1 124 -
CMYK 0.34 0.99 0 0.51
HSL 279.51º 0.98% 0.25% -
HSV(B) 279.51º 0.99% 0.49% -
XYZ 7.13 3.27 19.32 -
YUV 39.24 175.84 158.5 -
System Red Green Blue C M Y K H S L
Decimal 82 1 124 0.34 0.99 0 0.51 279.51 0.98 0.25
Hex 52 1 7C 22 63 0 33 118 62 19
Octal 122 1 174 42 143 0 63 430 142 31
Binary 1010010 1 1111100 100010 1100011 0 110011 100011000 1100010 11001

Color Harmonies of #52017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52017C

Black with #52017C

Text Example


Text Example

White with #52017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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