#39267A

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

Shades of Windsor #39267A

Tints of Windsor #39267A

Color information

#39267A (or 0x39267A) is unknown color: approx Windsor. HEX triplet: 39, 26 and 7A. RGB value is (57,38,122). Sum of RGB (Red+Green+Blue) = 57+38+122=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #39267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39267A is #C6D985. Grayscale: #343434. Windows color (decimal): -13031814 or 8005177. OLE color: 8005177.

HSL color Cylindrical-coordinate representation of color #39267A: hue angle of 253.57º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39267A is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5738122-
CMYK0.530.6900.52
HSL253.57º52.5%31.37%-
HSV(B)253.57º68.85%47.84%-
XYZ5.893.6618.81-
YUV53.26166.79130.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.27%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 122 (48.05% from 255) = 56.22%
R=26.27%
G=17.51%
B=56.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57381220.530.6900.52253.5752.531.37
Hex39267A3545034fe341f
Octal7146172651050643766437
Binary1110011001101111010110101100010101101001111111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39267A; }

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

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

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

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

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

<style>
 span { border-color: #39267A; }

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

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