#39277a

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

Shades of Windsor #39277A

Tints of Windsor #39277A

Color information

#39277A (or 0x39277A) is unknown color: approx Windsor. HEX triplet: 39, 27 and 7A. RGB value is (57,39,122). Sum of RGB (Red+Green+Blue) = 57+39+122=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #39277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39277A is #C6D885. Grayscale: #353535. Windows color (decimal): -13031558 or 8005433. OLE color: 8005433.

HSL color Cylindrical-coordinate representation of color #39277A: hue angle of 253.01º 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 #39277A is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5739122-
CMYK0.530.6800.52
HSL253.01º51.55%31.57%-
HSV(B)253.01º68.03%47.84%-
XYZ5.933.7318.82-
YUV53.84166.46130.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 39 (15.62% from 255) = 17.89%
BLUE value IS 122 (48.05% from 255) = 55.96%
R=26.15%
G=17.89%
B=55.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57391220.530.6800.52253.0151.5531.57
Hex39277A3544034fd3420
Octal7147172651040643756440
Binary11100110011111110101101011000100011010011111101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39277a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39277a; }

 p { color: rgb(57,39,122); }

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

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

 a { background-color: rgb(57,39,122); }

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

<style>
 span { border-color: #39277a; }

 span { border-color: rgb(57,39,122); }

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