#3D2870

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

Shades of Windsor #3D2870

Tints of Windsor #3D2870

Color information

#3D2870 (or 0x3D2870) is unknown color: approx Windsor. HEX triplet: 3D, 28 and 70. RGB value is (61,40,112). Sum of RGB (Red+Green+Blue) = 61+40+112=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D2870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2870 is #C2D78F. Grayscale: #363636. Windows color (decimal): -12769168 or 7350333. OLE color: 7350333.

HSL color Cylindrical-coordinate representation of color #3D2870: hue angle of 257.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D2870 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6140112-
CMYK0.460.6400.56
HSL257.5º47.37%29.8%-
HSV(B)257.5º64.29%43.92%-
XYZ5.613.6815.74-
YUV54.49160.46132.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.64%
GREEN value IS 40 (16.02% from 255) = 18.78%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=28.64%
G=18.78%
B=52.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61401120.460.6400.56257.547.3729.8
Hex3D28702E400381022f1e
Octal7550160561000704025736
Binary11110110100011100001011101000000011100010000001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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