Html Css Color HEX #52089B Indigo

📋 copy color: '#52089B'

red 82 ◦ green 8 ◦ blue 155

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

Shades of Indigo #52089B

Tints of Indigo #52089B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.27%

R = 33.47%
G = 3.27%
B = 63.27%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52089B (or 0x52089B) is known color: Indigo. HEX triplet: 52, 08 and 9B. RGB value is (82,8,155). Sum of RGB (Red+Green+Blue) = 82+8+155=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #52089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52089B is #ADF764. Grayscale: #2E2E2E. Windows color (decimal): -11401061 or 10160210. OLE color: 10160210.

HSL color Cylindrical-coordinate representation of color #52089B: hue angle of 270.2º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52089B is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 8 155 -
CMYK 0.47 0.95 0 0.39
HSL 270.2º 0.9% 0.32% -
HSV(B) 270.2º 0.95% 0.61% -
XYZ 9.48 4.33 31.35 -
YUV 46.88 189.02 153.05 -
System Red Green Blue C M Y K H S L
Decimal 82 8 155 0.47 0.95 0 0.39 270.2 0.9 0.32
Hex 52 8 9B 2F 5F 0 27 10E 5A 20
Octal 122 10 233 57 137 0 47 416 132 40
Binary 1010010 1000 10011011 101111 1011111 0 100111 100001110 1011010 100000

Color Harmonies of #52089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52089B

Black with #52089B

Text Example


Text Example

White with #52089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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