#3D2370

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

Shades of Windsor #3D2370

Tints of Windsor #3D2370

Color information

#3D2370 (or 0x3D2370) is unknown color: approx Windsor. HEX triplet: 3D, 23 and 70. RGB value is (61,35,112). Sum of RGB (Red+Green+Blue) = 61+35+112=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D2370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2370 is #C2DC8F. Grayscale: #333333. Windows color (decimal): -12770448 or 7349053. OLE color: 7349053.

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

Color convert

RGB6135112-
CMYK0.460.6900.56
HSL260.26º52.38%28.82%-
HSV(B)260.26º68.75%43.92%-
XYZ5.453.3615.69-
YUV51.55162.11134.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.33%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 112 (44.14% from 255) = 53.85%
R=29.33%
G=16.83%
B=53.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61351120.460.6900.56260.2652.3828.82
Hex3D23702E45038104341d
Octal7543160561050704046435
Binary11110110001111100001011101000101011100010000010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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