Html Css Color HEX #52097C Indigo

📋 copy color: '#52097C'

red 82 ◦ green 9 ◦ blue 124

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

Shades of Indigo #52097C

Tints of Indigo #52097C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.19%

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

R = 38.14%
G = 4.19%
B = 57.67%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52097C (or 0x52097C) is known color: Indigo. HEX triplet: 52, 09 and 7C. RGB value is (82,9,124). Sum of RGB (Red+Green+Blue) = 82+9+124=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #52097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52097C is #ADF683. Grayscale: #2B2B2B. Windows color (decimal): -11400836 or 8128850. OLE color: 8128850.

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

Color convert

RGB 82 9 124 -
CMYK 0.34 0.93 0 0.51
HSL 278.09º 0.86% 0.26% -
HSV(B) 278.09º 0.93% 0.49% -
XYZ 7.22 3.44 19.35 -
YUV 43.94 173.18 155.15 -
System Red Green Blue C M Y K H S L
Decimal 82 9 124 0.34 0.93 0 0.51 278.09 0.86 0.26
Hex 52 9 7C 22 5D 0 33 116 56 1A
Octal 122 11 174 42 135 0 63 426 126 32
Binary 1010010 1001 1111100 100010 1011101 0 110011 100010110 1010110 11010

Color Harmonies of #52097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52097C

Black with #52097C

Text Example


Text Example

White with #52097C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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