Html Css Color HEX #52189C Indigo

📋 copy color: '#52189C'

red 82 ◦ green 24 ◦ blue 156

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

Shades of Indigo #52189C

Tints of Indigo #52189C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.16%

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

R = 31.3%
G = 9.16%
B = 59.54%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52189C (or 0x52189C) is known color: Indigo. HEX triplet: 52, 18 and 9C. RGB value is (82,24,156). Sum of RGB (Red+Green+Blue) = 82+24+156=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #52189C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52189C is #ADE763. Grayscale: #373737. Windows color (decimal): -11396964 or 10229842. OLE color: 10229842.

HSL color Cylindrical-coordinate representation of color #52189C: hue angle of 266.36º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52189C is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 24 156 -
CMYK 0.47 0.85 0 0.39
HSL 266.36º 0.73% 0.35% -
HSV(B) 266.36º 0.85% 0.61% -
XYZ 9.81 4.85 31.87 -
YUV 56.39 184.22 146.27 -
System Red Green Blue C M Y K H S L
Decimal 82 24 156 0.47 0.85 0 0.39 266.36 0.73 0.35
Hex 52 18 9C 2F 55 0 27 10A 49 23
Octal 122 30 234 57 125 0 47 412 111 43
Binary 1010010 11000 10011100 101111 1010101 0 100111 100001010 1001001 100011

Color Harmonies of #52189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52189C

Black with #52189C

Text Example


Text Example

White with #52189C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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