#3F2373

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

Shades of Windsor #3F2373

Tints of Windsor #3F2373

Color information

#3F2373 (or 0x3F2373) is unknown color: approx Windsor. HEX triplet: 3F, 23 and 73. RGB value is (63,35,115). Sum of RGB (Red+Green+Blue) = 63+35+115=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F2373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2373 is #C0DC8C. Grayscale: #343434. Windows color (decimal): -12639373 or 7545663. OLE color: 7545663.

HSL color Cylindrical-coordinate representation of color #3F2373: hue angle of 261º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F2373 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6335115-
CMYK0.450.7000.55
HSL261º53.33%29.41%-
HSV(B)261º69.57%45.1%-
XYZ5.753.516.59-
YUV52.49163.28135.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.58%
GREEN value IS 35 (14.06% from 255) = 16.43%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=29.58%
G=16.43%
B=53.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63351150.450.7000.5526153.3329.41
Hex3F23732D46037105351d
Octal7743163551060674056535
Binary11111110001111100111011011000110011011110000010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,35,115); }

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

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

 a { background-color: rgb(63,35,115); }

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

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

 span { border-color: rgb(63,35,115); }

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