#3D2B7A

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

Shades of Windsor #3D2B7A

Tints of Windsor #3D2B7A

Color information

#3D2B7A (or 0x3D2B7A) is unknown color: approx Windsor. HEX triplet: 3D, 2B and 7A. RGB value is (61,43,122). Sum of RGB (Red+Green+Blue) = 61+43+122=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 43 (17.19% from 255 or 19.03% 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 #3D2B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2B7A is #C2D485. Grayscale: #393939. Windows color (decimal): -12768390 or 8006461. OLE color: 8006461.

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

Color convert

RGB6143122-
CMYK0.500.6500.52
HSL253.67º47.88%32.35%-
HSV(B)253.67º64.75%47.84%-
XYZ6.34.1218.88-
YUV57.39164.46130.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.99%
GREEN value IS 43 (17.19% from 255) = 19.03%
BLUE value IS 122 (48.05% from 255) = 53.98%
R=26.99%
G=19.03%
B=53.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61431220.500.6500.52253.6747.8832.35
Hex3D2B7A3241034fe3020
Octal7553172621010643766040
Binary11110110101111110101100101000001011010011111110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,43,122); }

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

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

 a { background-color: rgb(61,43,122); }

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

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

 span { border-color: rgb(61,43,122); }

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