#3E2A7A

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

Shades of Windsor #3E2A7A

Tints of Windsor #3E2A7A

Color information

#3E2A7A (or 0x3E2A7A) is unknown color: approx Windsor. HEX triplet: 3E, 2A and 7A. RGB value is (62,42,122). Sum of RGB (Red+Green+Blue) = 62+42+122=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E2A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2A7A is #C1D585. Grayscale: #383838. Windows color (decimal): -12703110 or 8006206. OLE color: 8006206.

HSL color Cylindrical-coordinate representation of color #3E2A7A: hue angle of 255º 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 #3E2A7A is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6242122-
CMYK0.490.6600.52
HSL255º48.78%32.16%-
HSV(B)255º65.57%47.84%-
XYZ6.334.0918.87-
YUV57.1164.63131.5-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.43%
GREEN value IS 42 (16.80% from 255) = 18.58%
BLUE value IS 122 (48.05% from 255) = 53.98%
R=27.43%
G=18.58%
B=53.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62421220.490.6600.5225548.7832.16
Hex3E2A7A3142034ff3120
Octal7652172611020643776140
Binary11111010101011110101100011000010011010011111111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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