#3D217F

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

Shades of Windsor #3D217F

Tints of Windsor #3D217F

Color information

#3D217F (or 0x3D217F) is unknown color: approx Windsor. HEX triplet: 3D, 21 and 7F. RGB value is (61,33,127). Sum of RGB (Red+Green+Blue) = 61+33+127=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #3D217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D217F is #C2DE80. Grayscale: #333333. Windows color (decimal): -12770945 or 8331581. OLE color: 8331581.

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

Color convert

RGB6133127-
CMYK0.520.7400.50
HSL257.87º58.75%31.37%-
HSV(B)257.87º74.02%49.8%-
XYZ6.33.6120.44-
YUV52.09170.28134.36-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.60%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 127 (50% from 255) = 57.47%
R=27.60%
G=14.93%
B=57.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61331270.520.7400.50257.8758.7531.37
Hex3D217F344A0321023b1f
Octal7541177641120624027337
Binary11110110000111111111101001001010011001010000001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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