Html Css Color HEX #52097D Indigo

📋 copy color: '#52097D'

red 82 ◦ green 9 ◦ blue 125

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

Shades of Indigo #52097D

Tints of Indigo #52097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 57.87%

R = 37.96%
G = 4.17%
B = 57.87%

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

#52097D (or 0x52097D) is known color: Indigo. HEX triplet: 52, 09 and 7D. RGB value is (82,9,125). Sum of RGB (Red+Green+Blue) = 82+9+125=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 125 (49.22% from 255 or 57.87% from 216); Max value from RGB is 125 - color contains mainly: blue. Hex color #52097D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52097D is #ADF682. Grayscale: #2B2B2B. Windows color (decimal): -11400835 or 8194386. OLE color: 8194386.

HSL color Cylindrical-coordinate representation of color #52097D: hue angle of 277.76º degrees, saturation: 0.87, 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 #52097D is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 9 125 -
CMYK 0.34 0.93 0 0.51
HSL 277.76º 0.87% 0.26% -
HSV(B) 277.76º 0.93% 0.49% -
XYZ 7.28 3.47 19.69 -
YUV 44.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 82 9 125 0.34 0.93 0 0.51 277.76 0.87 0.26
Hex 52 9 7D 22 5D 0 33 116 57 1A
Octal 122 11 175 42 135 0 63 426 127 32
Binary 1010010 1001 1111101 100010 1011101 0 110011 100010110 1010111 11010

Color Harmonies of #52097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52097D

Black with #52097D

Text Example


Text Example

White with #52097D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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