#39267B

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

Shades of Windsor #39267B

Tints of Windsor #39267B

Color information

#39267B (or 0x39267B) is unknown color: approx Windsor. HEX triplet: 39, 26 and 7B. RGB value is (57,38,123). Sum of RGB (Red+Green+Blue) = 57+38+123=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #39267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39267B is #C6D984. Grayscale: #353535. Windows color (decimal): -13031813 or 8070713. OLE color: 8070713.

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

Color convert

RGB5738123-
CMYK0.540.6900.52
HSL253.41º52.8%31.57%-
HSV(B)253.41º69.11%48.24%-
XYZ5.963.6919.14-
YUV53.37167.29130.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 38 (15.23% from 255) = 17.43%
BLUE value IS 123 (48.44% from 255) = 56.42%
R=26.15%
G=17.43%
B=56.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57381230.540.6900.52253.4152.831.57
Hex39267B3645034fd3520
Octal7146173661050643756540
Binary11100110011011110111101101000101011010011111101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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