#3D3079

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

Shades of Windsor #3D3079

Tints of Windsor #3D3079

Color information

#3D3079 (or 0x3D3079) is unknown color: approx Windsor. HEX triplet: 3D, 30 and 79. RGB value is (61,48,121). Sum of RGB (Red+Green+Blue) = 61+48+121=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #3D3079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3079 is #C2CF86. Grayscale: #3B3B3B. Windows color (decimal): -12767111 or 7942205. OLE color: 7942205.

HSL color Cylindrical-coordinate representation of color #3D3079: hue angle of 250.68º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D3079 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6148121-
CMYK0.500.6000.53
HSL250.68º43.2%33.14%-
HSV(B)250.68º60.33%47.45%-
XYZ6.434.4918.62-
YUV60.21162.31128.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.52%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 121 (47.66% from 255) = 52.61%
R=26.52%
G=20.87%
B=52.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61481210.500.6000.53250.6843.233.14
Hex3D3079323C035fb2b21
Octal756017162740653735341
Binary1111011100001111001110010111100011010111111011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,48,121); }

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

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

 a { background-color: rgb(61,48,121); }

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

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

 span { border-color: rgb(61,48,121); }

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