Html Css Color HEX #52089C Indigo

📋 copy color: '#52089C'

red 82 ◦ green 8 ◦ blue 156

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

Shades of Indigo #52089C

Tints of Indigo #52089C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.41%

R = 33.33%
G = 3.25%
B = 63.41%

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

#52089C (or 0x52089C) is known color: Indigo. HEX triplet: 52, 08 and 9C. RGB value is (82,8,156). Sum of RGB (Red+Green+Blue) = 82+8+156=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #52089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52089C is #ADF763. Grayscale: #2E2E2E. Windows color (decimal): -11401060 or 10225746. OLE color: 10225746.

HSL color Cylindrical-coordinate representation of color #52089C: hue angle of 270º 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 #52089C is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 8 156 -
CMYK 0.47 0.95 0 0.39
HSL 270º 0.9% 0.32% -
HSV(B) 270º 0.95% 0.61% -
XYZ 9.57 4.37 31.79 -
YUV 47 189.52 152.97 -
System Red Green Blue C M Y K H S L
Decimal 82 8 156 0.47 0.95 0 0.39 270 0.9 0.32
Hex 52 8 9C 2F 5F 0 27 10E 5A 20
Octal 122 10 234 57 137 0 47 416 132 40
Binary 1010010 1000 10011100 101111 1011111 0 100111 100001110 1011010 100000

Color Harmonies of #52089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52089C

Black with #52089C

Text Example


Text Example

White with #52089C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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