#3D2484

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

Shades of Windsor #3D2484

Tints of Windsor #3D2484

Color information

#3D2484 (or 0x3D2484) is unknown color: approx Windsor. HEX triplet: 3D, 24 and 84. RGB value is (61,36,132). Sum of RGB (Red+Green+Blue) = 61+36+132=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D2484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2484 is #C2DB7B. Grayscale: #363636. Windows color (decimal): -12770172 or 8660029. OLE color: 8660029.

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

Color convert

RGB6136132-
CMYK0.540.7300.48
HSL255.62º57.14%32.94%-
HSV(B)255.62º72.73%51.76%-
XYZ6.723.9222.23-
YUV54.42171.78132.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.64%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 132 (51.95% from 255) = 57.64%
R=26.64%
G=15.72%
B=57.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61361320.540.7300.48255.6257.1432.94
Hex3D248436490301003921
Octal7544204661110604007141
Binary1111011001001000010011011010010010110000100000000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,36,132); }

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

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

 a { background-color: rgb(61,36,132); }

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

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

 span { border-color: rgb(61,36,132); }

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