#52037B

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

Shades of Indigo #52037B

Tints of Indigo #52037B

Color information

#52037B (or 0x52037B) is unknown color: approx Indigo. HEX triplet: 52, 03 and 7B. RGB value is (82,3,123). Sum of RGB (Red+Green+Blue) = 82+3+123=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #52037B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52037B is #ADFC84. Grayscale: #272727. Windows color (decimal): -11402373 or 8061778. OLE color: 8061778.

HSL color Cylindrical-coordinate representation of color #52037B: hue angle of 279.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52037B is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB823123-
CMYK0.330.9800.52
HSL279.5º95.24%24.71%-
HSV(B)279.5º97.56%48.24%-
XYZ7.093.2919-
YUV40.3174.67157.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 123 (48.44% from 255) = 59.13%
R=39.42%
G=1.44%
B=59.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8231230.330.9800.52279.595.2424.71
Hex5237B21620341185f19
Octal12231734114206443013731
Binary101001011111101110000111000100110100100011000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52037B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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