#40307E

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

Shades of Windsor #40307E

Tints of Windsor #40307E

Color information

#40307E (or 0x40307E) is unknown color: approx Windsor. HEX triplet: 40, 30 and 7E. RGB value is (64,48,126). Sum of RGB (Red+Green+Blue) = 64+48+126=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 126 (49.61% from 255 or 52.94% from 238); Max value from RGB is 126 - color contains mainly: blue. Hex color #40307E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40307E is #BFCF81. Grayscale: #3D3D3D. Windows color (decimal): -12570498 or 8269888. OLE color: 8269888.

HSL color Cylindrical-coordinate representation of color #40307E: hue angle of 252.31º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40307E is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6448126-
CMYK0.490.6200.51
HSL252.31º44.83%34.12%-
HSV(B)252.31º61.9%49.41%-
XYZ6.944.7120.28-
YUV61.68164.3129.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.89%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 126 (49.61% from 255) = 52.94%
R=26.89%
G=20.17%
B=52.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64481260.490.6200.51252.3144.8334.12
Hex40307E313E033fc2d22
Octal1006017661760633745542
Binary10000001100001111110110001111110011001111111100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40307E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40307E; }

 p { color: rgb(64,48,126); }

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

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

 a { background-color: rgb(64,48,126); }

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

<style>
 span { border-color: #40307E; }

 span { border-color: rgb(64,48,126); }

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