#3F2D7A

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

Shades of Windsor #3F2D7A

Tints of Windsor #3F2D7A

Color information

#3F2D7A (or 0x3F2D7A) is unknown color: approx Windsor. HEX triplet: 3F, 2D and 7A. RGB value is (63,45,122). Sum of RGB (Red+Green+Blue) = 63+45+122=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F2D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2D7A is #C0D285. Grayscale: #3A3A3A. Windows color (decimal): -12636806 or 8006975. OLE color: 8006975.

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

Color convert

RGB6345122-
CMYK0.480.6300.52
HSL254.03º46.11%32.75%-
HSV(B)254.03º63.11%47.84%-
XYZ6.54.3418.91-
YUV59.16163.46130.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.39%
GREEN value IS 45 (17.97% from 255) = 19.57%
BLUE value IS 122 (48.05% from 255) = 53.04%
R=27.39%
G=19.57%
B=53.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63451220.480.6300.52254.0346.1132.75
Hex3F2D7A303F034fe2e21
Octal775517260770643765641
Binary1111111011011111010110000111111011010011111110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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