#3F2A7A

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

Shades of Windsor #3F2A7A

Tints of Windsor #3F2A7A

Color information

#3F2A7A (or 0x3F2A7A) is unknown color: approx Windsor. HEX triplet: 3F, 2A and 7A. RGB value is (63,42,122). Sum of RGB (Red+Green+Blue) = 63+42+122=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F2A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2A7A is #C0D585. Grayscale: #393939. Windows color (decimal): -12637574 or 8006207. OLE color: 8006207.

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

Color convert

RGB6342122-
CMYK0.480.6600.52
HSL255.75º48.78%32.16%-
HSV(B)255.75º65.57%47.84%-
XYZ6.394.1218.87-
YUV57.4164.46132-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.75%
GREEN value IS 42 (16.80% from 255) = 18.50%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=27.75%
G=18.50%
B=53.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63421220.480.6600.52255.7548.7832.16
Hex3F2A7A30420341003120
Octal7752172601020644006140
Binary111111101010111101011000010000100110100100000000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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