#3F248F

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

Shades of Windsor #3F248F

Tints of Windsor #3F248F

Color information

#3F248F (or 0x3F248F) is unknown color: approx Windsor. HEX triplet: 3F, 24 and 8F. RGB value is (63,36,143). Sum of RGB (Red+Green+Blue) = 63+36+143=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F248F is #C0DB70. Grayscale: #373737. Windows color (decimal): -12639089 or 9380927. OLE color: 9380927.

HSL color Cylindrical-coordinate representation of color #3F248F: hue angle of 255.14º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F248F is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6336143-
CMYK0.560.7500.44
HSL255.14º59.78%35.1%-
HSV(B)255.14º74.83%56.08%-
XYZ7.644.326.41-
YUV56.27176.95132.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.03%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 143 (56.25% from 255) = 59.09%
R=26.03%
G=14.88%
B=59.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63361430.560.7500.44255.1459.7835.1
Hex3F248F384B02Cff3c23
Octal7744217701130543777443
Binary111111100100100011111110001001011010110011111111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,36,143); }

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

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

 a { background-color: rgb(63,36,143); }

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

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

 span { border-color: rgb(63,36,143); }

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