#3A2673

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

Shades of Windsor #3A2673

Tints of Windsor #3A2673

Color information

#3A2673 (or 0x3A2673) is unknown color: approx Windsor. HEX triplet: 3A, 26 and 73. RGB value is (58,38,115). Sum of RGB (Red+Green+Blue) = 58+38+115=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A2673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2673 is #C5D98C. Grayscale: #343434. Windows color (decimal): -12966285 or 7546426. OLE color: 7546426.

HSL color Cylindrical-coordinate representation of color #3A2673: hue angle of 255.58º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A2673 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5838115-
CMYK0.500.6700.55
HSL255.58º50.33%30%-
HSV(B)255.58º66.96%45.1%-
XYZ5.533.5216.61-
YUV52.76163.13131.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.49%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 115 (45.31% from 255) = 54.50%
R=27.49%
G=18.01%
B=54.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58381150.500.6700.55255.5850.3330
Hex3A26733243037100321e
Octal7246163621030674006236
Binary11101010011011100111100101000011011011110000000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,38,115); }

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

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

 a { background-color: rgb(58,38,115); }

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

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

 span { border-color: rgb(58,38,115); }

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