#3A2570

Color #3A2570 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #3A2570

Tints of Windsor #3A2570

Color information

#3A2570 (or 0x3A2570) is unknown color: approx Windsor. HEX triplet: 3A, 25 and 70. RGB value is (58,37,112). Sum of RGB (Red+Green+Blue) = 58+37+112=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A2570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2570 is #C5DA8F. Grayscale: #333333. Windows color (decimal): -12966544 or 7349562. OLE color: 7349562.

HSL color Cylindrical-coordinate representation of color #3A2570: hue angle of 256.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A2570 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5837112-
CMYK0.480.6700.56
HSL256.8º50.34%29.22%-
HSV(B)256.8º66.96%43.92%-
XYZ5.333.3915.7-
YUV51.83161.96132.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.02%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 112 (44.14% from 255) = 54.11%
R=28.02%
G=17.87%
B=54.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58371120.480.6700.56256.850.3429.22
Hex3A25703043038101321d
Octal7245160601030704016235
Binary11101010010111100001100001000011011100010000000111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A2570; }

 p { color: rgb(58,37,112); }

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

<style>
 a { background-color: #3A2570; }

 a { background-color: rgb(58,37,112); }

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

<style>
 span { border-color: #3A2570; }

 span { border-color: rgb(58,37,112); }

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