#3d217b

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

Shades of Windsor #3D217B

Tints of Windsor #3D217B

Color information

#3D217B (or 0x3D217B) is unknown color: approx Windsor. HEX triplet: 3D, 21 and 7B. RGB value is (61,33,123). Sum of RGB (Red+Green+Blue) = 61+33+123=217 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.11% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D217B is #C2DE84. Grayscale: #333333. Windows color (decimal): -12770949 or 8069437. OLE color: 8069437.

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

Color convert

RGB6133123-
CMYK0.500.7300.52
HSL258.67º57.69%30.59%-
HSV(B)258.67º73.17%48.24%-
XYZ6.043.5119.1-
YUV51.63168.28134.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.11%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 123 (48.44% from 255) = 56.68%
R=28.11%
G=15.21%
B=56.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61331230.500.7300.52258.6757.6930.59
Hex3D217B32490341033a1f
Octal7541173621110644037237
Binary11110110000111110111100101001001011010010000001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d217b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,33,123); }

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

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

 a { background-color: rgb(61,33,123); }

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

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

 span { border-color: rgb(61,33,123); }

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