#3F2678

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

Shades of Windsor #3F2678

Tints of Windsor #3F2678

Color information

#3F2678 (or 0x3F2678) is unknown color: approx Windsor. HEX triplet: 3F, 26 and 78. RGB value is (63,38,120). Sum of RGB (Red+Green+Blue) = 63+38+120=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F2678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2678 is #C0D987. Grayscale: #363636. Windows color (decimal): -12638600 or 7874111. OLE color: 7874111.

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

Color convert

RGB6338120-
CMYK0.480.6800.53
HSL258.29º51.9%30.98%-
HSV(B)258.29º68.33%47.06%-
XYZ6.133.818.18-
YUV54.82164.78133.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.51%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 120 (47.27% from 255) = 54.30%
R=28.51%
G=17.19%
B=54.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63381200.480.6800.53258.2951.930.98
Hex3F26783044035102341f
Octal7746170601040654026437
Binary11111110011011110001100001000100011010110000001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,38,120); }

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

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

 a { background-color: rgb(63,38,120); }

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

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

 span { border-color: rgb(63,38,120); }

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