#3A2985

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

Shades of Windsor #3A2985

Tints of Windsor #3A2985

Color information

#3A2985 (or 0x3A2985) is unknown color: approx Windsor. HEX triplet: 3A, 29 and 85. RGB value is (58,41,133). Sum of RGB (Red+Green+Blue) = 58+41+133=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #3A2985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2985 is #C5D67A. Grayscale: #383838. Windows color (decimal): -12965499 or 8726842. OLE color: 8726842.

HSL color Cylindrical-coordinate representation of color #3A2985: hue angle of 251.09º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A2985 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5841133-
CMYK0.560.6900.48
HSL251.09º52.87%34.12%-
HSV(B)251.09º69.17%52.16%-
XYZ6.774.1822.64-
YUV56.57171.13129.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 133 (52.34% from 255) = 57.33%
R=25%
G=17.67%
B=57.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58411330.560.6900.48251.0952.8734.12
Hex3A29853845030fb3522
Octal7251205701050603736542
Binary111010101001100001011110001000101011000011111011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,41,133); }

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

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

 a { background-color: rgb(58,41,133); }

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

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

 span { border-color: rgb(58,41,133); }

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