#3A2875

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

Shades of Windsor #3A2875

Tints of Windsor #3A2875

Color information

#3A2875 (or 0x3A2875) is unknown color: approx Windsor. HEX triplet: 3A, 28 and 75. RGB value is (58,40,117). Sum of RGB (Red+Green+Blue) = 58+40+117=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A2875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2875 is #C5D78A. Grayscale: #353535. Windows color (decimal): -12965771 or 7678010. OLE color: 7678010.

HSL color Cylindrical-coordinate representation of color #3A2875: hue angle of 254.03º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A2875 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5840117-
CMYK0.500.6600.54
HSL254.03º49.04%30.78%-
HSV(B)254.03º65.81%45.88%-
XYZ5.713.717.24-
YUV54.16163.46130.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.98%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 117 (46.09% from 255) = 54.42%
R=26.98%
G=18.60%
B=54.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58401170.500.6600.54254.0349.0430.78
Hex3A28753242036fe311f
Octal7250165621020663766137
Binary1110101010001110101110010100001001101101111111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,40,117); }

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

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

 a { background-color: rgb(58,40,117); }

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

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

 span { border-color: rgb(58,40,117); }

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