#3F227D

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

Shades of Windsor #3F227D

Tints of Windsor #3F227D

Color information

#3F227D (or 0x3F227D) is unknown color: approx Windsor. HEX triplet: 3F, 22 and 7D. RGB value is (63,34,125). Sum of RGB (Red+Green+Blue) = 63+34+125=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F227D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F227D is #C0DD82. Grayscale: #343434. Windows color (decimal): -12639619 or 8200767. OLE color: 8200767.

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

Color convert

RGB6334125-
CMYK0.500.7300.51
HSL259.12º57.23%31.18%-
HSV(B)259.12º72.8%49.02%-
XYZ6.323.6819.78-
YUV53.04168.61135.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.38%
GREEN value IS 34 (13.67% from 255) = 15.32%
BLUE value IS 125 (49.22% from 255) = 56.31%
R=28.38%
G=15.32%
B=56.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63341250.500.7300.51259.1257.2331.18
Hex3F227D3249033103391f
Octal7742175621110634037137
Binary11111110001011111011100101001001011001110000001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F227D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,34,125); }

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

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

 a { background-color: rgb(63,34,125); }

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

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

 span { border-color: rgb(63,34,125); }

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