Html Css Color HEX #52188B Indigo

📋 copy color: '#52188B'

red 82 ◦ green 24 ◦ blue 139

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

Shades of Indigo #52188B

Tints of Indigo #52188B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 56.73%

R = 33.47%
G = 9.8%
B = 56.73%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52188B (or 0x52188B) is known color: Indigo. HEX triplet: 52, 18 and 8B. RGB value is (82,24,139). Sum of RGB (Red+Green+Blue) = 82+24+139=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #52188B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52188B is #ADE774. Grayscale: #363636. Windows color (decimal): -11396981 or 9115730. OLE color: 9115730.

HSL color Cylindrical-coordinate representation of color #52188B: hue angle of 270.26º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52188B is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 24 139 -
CMYK 0.41 0.83 0 0.45
HSL 270.26º 0.71% 0.32% -
HSV(B) 270.26º 0.83% 0.55% -
XYZ 8.47 4.31 24.81 -
YUV 54.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 82 24 139 0.41 0.83 0 0.45 270.26 0.71 0.32
Hex 52 18 8B 29 53 0 2D 10E 47 20
Octal 122 30 213 51 123 0 55 416 107 40
Binary 1010010 11000 10001011 101001 1010011 0 101101 100001110 1000111 100000

Color Harmonies of #52188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52188B

Black with #52188B

Text Example


Text Example

White with #52188B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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