#3D2889

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

Shades of Windsor #3D2889

Tints of Windsor #3D2889

Color information

#3D2889 (or 0x3D2889) is unknown color: approx Windsor. HEX triplet: 3D, 28 and 89. RGB value is (61,40,137). Sum of RGB (Red+Green+Blue) = 61+40+137=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #3D2889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2889 is #C2D776. Grayscale: #383838. Windows color (decimal): -12769143 or 8988733. OLE color: 8988733.

HSL color Cylindrical-coordinate representation of color #3D2889: hue angle of 252.99º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D2889 is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6140137-
CMYK0.550.7100.46
HSL252.99º54.8%34.71%-
HSV(B)252.99º70.8%53.73%-
XYZ7.24.3224.12-
YUV57.34172.96130.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.63%
GREEN value IS 40 (16.02% from 255) = 16.81%
BLUE value IS 137 (53.91% from 255) = 57.56%
R=25.63%
G=16.81%
B=57.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61401370.550.7100.46252.9954.834.71
Hex3D2889374702Efd3723
Octal7550211671070563756743
Binary111101101000100010011101111000111010111011111101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,40,137); }

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

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

 a { background-color: rgb(61,40,137); }

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

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

 span { border-color: rgb(61,40,137); }

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