#3A247B

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

Shades of Windsor #3A247B

Tints of Windsor #3A247B

Color information

#3A247B (or 0x3A247B) is unknown color: approx Windsor. HEX triplet: 3A, 24 and 7B. RGB value is (58,36,123). Sum of RGB (Red+Green+Blue) = 58+36+123=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A247B is #C5DB84. Grayscale: #343434. Windows color (decimal): -12966789 or 8070202. OLE color: 8070202.

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

Color convert

RGB5836123-
CMYK0.530.7100.52
HSL255.17º54.72%31.18%-
HSV(B)255.17º70.73%48.24%-
XYZ5.953.5919.12-
YUV52.5167.79131.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.73%
GREEN value IS 36 (14.45% from 255) = 16.59%
BLUE value IS 123 (48.44% from 255) = 56.68%
R=26.73%
G=16.59%
B=56.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58361230.530.7100.52255.1754.7231.18
Hex3A247B3547034ff371f
Octal7244173651070643776737
Binary1110101001001111011110101100011101101001111111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A247B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,36,123); }

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

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

 a { background-color: rgb(58,36,123); }

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

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

 span { border-color: rgb(58,36,123); }

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