Html Css Color HEX #52089F Indigo

📋 copy color: '#52089F'

red 82 ◦ green 8 ◦ blue 159

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

Shades of Indigo #52089F

Tints of Indigo #52089F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.21%

 BLUE value IS 159 (62.5% from 255) = 63.86%

R = 32.93%
G = 3.21%
B = 63.86%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#52089F (or 0x52089F) is known color: Indigo. HEX triplet: 52, 08 and 9F. RGB value is (82,8,159). Sum of RGB (Red+Green+Blue) = 82+8+159=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #52089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52089F is #ADF760. Grayscale: #2E2E2E. Windows color (decimal): -11401057 or 10422354. OLE color: 10422354.

HSL color Cylindrical-coordinate representation of color #52089F: hue angle of 269.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52089F is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 8 159 -
CMYK 0.48 0.95 0 0.38
HSL 269.4º 0.9% 0.33% -
HSV(B) 269.4º 0.95% 0.62% -
XYZ 9.82 4.47 33.15 -
YUV 47.34 191.02 152.72 -
System Red Green Blue C M Y K H S L
Decimal 82 8 159 0.48 0.95 0 0.38 269.4 0.9 0.33
Hex 52 8 9F 30 5F 0 26 10D 5A 21
Octal 122 10 237 60 137 0 46 415 132 41
Binary 1010010 1000 10011111 110000 1011111 0 100110 100001101 1011010 100001

Color Harmonies of #52089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52089F

Black with #52089F

Text Example


Text Example

White with #52089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,8,159); }

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

background-color css

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

 a { background-color: rgb(82,8,159); }

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

border-color css

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

 span { border-color: rgb(82,8,159); }

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