#3D277B

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

Shades of Windsor #3D277B

Tints of Windsor #3D277B

Color information

#3D277B (or 0x3D277B) is unknown color: approx Windsor. HEX triplet: 3D, 27 and 7B. RGB value is (61,39,123). Sum of RGB (Red+Green+Blue) = 61+39+123=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D277B is #C2D884. Grayscale: #363636. Windows color (decimal): -12769413 or 8070973. OLE color: 8070973.

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

Color convert

RGB6139123-
CMYK0.500.6800.52
HSL255.71º51.85%31.76%-
HSV(B)255.71º68.29%48.24%-
XYZ6.233.8719.16-
YUV55.15166.29132.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.35%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 123 (48.44% from 255) = 55.16%
R=27.35%
G=17.49%
B=55.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61391230.500.6800.52255.7151.8531.76
Hex3D277B32440341003420
Octal7547173621040644006440
Binary111101100111111101111001010001000110100100000000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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