Html Css Color HEX #52097E Indigo

📋 copy color: '#52097E'

red 82 ◦ green 9 ◦ blue 126

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

Shades of Indigo #52097E

Tints of Indigo #52097E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 58.06%

R = 37.79%
G = 4.15%
B = 58.06%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52097E (or 0x52097E) is known color: Indigo. HEX triplet: 52, 09 and 7E. RGB value is (82,9,126). Sum of RGB (Red+Green+Blue) = 82+9+126=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 126 (49.61% from 255 or 58.06% from 217); Max value from RGB is 126 - color contains mainly: blue. Hex color #52097E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52097E is #ADF681. Grayscale: #2B2B2B. Windows color (decimal): -11400834 or 8259922. OLE color: 8259922.

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

Color convert

RGB 82 9 126 -
CMYK 0.35 0.93 0 0.51
HSL 277.44º 0.87% 0.26% -
HSV(B) 277.44º 0.93% 0.49% -
XYZ 7.34 3.5 20.03 -
YUV 44.17 174.18 154.99 -
System Red Green Blue C M Y K H S L
Decimal 82 9 126 0.35 0.93 0 0.51 277.44 0.87 0.26
Hex 52 9 7E 23 5D 0 33 115 57 1A
Octal 122 11 176 43 135 0 63 425 127 32
Binary 1010010 1001 1111110 100011 1011101 0 110011 100010101 1010111 11010

Color Harmonies of #52097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52097E

Black with #52097E

Text Example


Text Example

White with #52097E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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