#3F217A

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

Shades of Windsor #3F217A

Tints of Windsor #3F217A

Color information

#3F217A (or 0x3F217A) is unknown color: approx Windsor. HEX triplet: 3F, 21 and 7A. RGB value is (63,33,122). Sum of RGB (Red+Green+Blue) = 63+33+122=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F217A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F217A is #C0DE85. Grayscale: #333333. Windows color (decimal): -12639878 or 8003903. OLE color: 8003903.

HSL color Cylindrical-coordinate representation of color #3F217A: hue angle of 260.22º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F217A is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6333122-
CMYK0.480.7300.52
HSL260.22º57.42%30.39%-
HSV(B)260.22º72.95%47.84%-
XYZ6.113.5518.78-
YUV52.12167.44135.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.90%
GREEN value IS 33 (13.28% from 255) = 15.14%
BLUE value IS 122 (48.05% from 255) = 55.96%
R=28.90%
G=15.14%
B=55.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63331220.480.7300.52260.2257.4230.39
Hex3F217A3049034104391e
Octal7741172601110644047136
Binary11111110000111110101100001001001011010010000010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,33,122); }

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

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

 a { background-color: rgb(63,33,122); }

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

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

 span { border-color: rgb(63,33,122); }

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