#52038F

Color #52038F Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #52038F

Tints of Indigo #52038F

Color information

#52038F (or 0x52038F) is unknown color: approx Indigo. HEX triplet: 52, 03 and 8F. RGB value is (82,3,143). Sum of RGB (Red+Green+Blue) = 82+3+143=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 143 (56.25% from 255 or 62.72% from 228); Max value from RGB is 143 - color contains mainly: blue. Hex color #52038F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #52038F is #ADFC70. Grayscale: #2A2A2A. Windows color (decimal): -11402353 or 9372498. OLE color: 9372498.

HSL color Cylindrical-coordinate representation of color #52038F: hue angle of 273.86º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52038F is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB823143-
CMYK0.430.9800.44
HSL273.86º95.89%28.63%-
HSV(B)273.86º97.9%56.08%-
XYZ8.473.8426.28-
YUV42.58184.67156.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 143 (56.25% from 255) = 62.72%
R=35.96%
G=1.32%
B=62.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8231430.430.9800.44273.8695.8928.63
Hex5238F2B6202C112601d
Octal12232175314205442214035
Binary1010010111000111110101111000100101100100010010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52038F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,3,143); }

 H1.HeaderClassName
 {
   color: #52038F;
 }
 .AnyTagClassName
 {
   color: #52038F;
 }
</style>
background-color css

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

 a { background-color: rgb(82,3,143); }

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

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

 span { border-color: rgb(82,3,143); }

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