#451B92

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

Shades of Windsor #451B92

Tints of Windsor #451B92

Color information

#451B92 (or 0x451B92) is unknown color: approx Windsor. HEX triplet: 45, 1B and 92. RGB value is (69,27,146). Sum of RGB (Red+Green+Blue) = 69+27+146=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #451B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451B92 is #BAE46D. Grayscale: #343434. Windows color (decimal): -12248174 or 9575237. OLE color: 9575237.

HSL color Cylindrical-coordinate representation of color #451B92: hue angle of 261.18º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #451B92 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6927146-
CMYK0.530.8200.43
HSL261.18º68.79%33.92%-
HSV(B)261.18º81.51%57.25%-
XYZ8.034.1227.57-
YUV53.12180.41139.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.51%
GREEN value IS 27 (10.94% from 255) = 11.16%
BLUE value IS 146 (57.42% from 255) = 60.33%
R=28.51%
G=11.16%
B=60.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69271460.530.8200.43261.1868.7933.92
Hex451B92355202B1054522
Octal105332226512205340510542
Binary10001011101110010010110101101001001010111000001011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451B92; }

 p { color: rgb(69,27,146); }

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

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

 a { background-color: rgb(69,27,146); }

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

<style>
 span { border-color: #451B92; }

 span { border-color: rgb(69,27,146); }

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