#52057B

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

Shades of Indigo #52057B

Tints of Indigo #52057B

Color information

#52057B (or 0x52057B) is unknown color: approx Indigo. HEX triplet: 52, 05 and 7B. RGB value is (82,5,123). Sum of RGB (Red+Green+Blue) = 82+5+123=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #52057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52057B is #ADFA84. Grayscale: #292929. Windows color (decimal): -11401861 or 8062290. OLE color: 8062290.

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

Color convert

RGB825123-
CMYK0.330.9600.52
HSL279.15º92.19%25.1%-
HSV(B)279.15º95.93%48.24%-
XYZ7.113.3319.01-
YUV41.48174.01156.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 5 (2.34% from 255) = 2.38%
BLUE value IS 123 (48.44% from 255) = 58.57%
R=39.05%
G=2.38%
B=58.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8251230.330.9600.52279.1592.1925.1
Hex5257B21600341175c19
Octal12251734114006442713431
Binary1010010101111101110000111000000110100100010111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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