#452382

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

Shades of Windsor #452382

Tints of Windsor #452382

Color information

#452382 (or 0x452382) is unknown color: approx Windsor. HEX triplet: 45, 23 and 82. RGB value is (69,35,130). Sum of RGB (Red+Green+Blue) = 69+35+130=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #452382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452382 is #BADC7D. Grayscale: #373737. Windows color (decimal): -12246142 or 8528709. OLE color: 8528709.

HSL color Cylindrical-coordinate representation of color #452382: hue angle of 261.47º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #452382 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6935130-
CMYK0.470.7300.49
HSL261.47º57.58%32.35%-
HSV(B)261.47º73.08%50.98%-
XYZ7.084.0821.53-
YUV56169.76137.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.49%
GREEN value IS 35 (14.06% from 255) = 14.96%
BLUE value IS 130 (51.17% from 255) = 55.56%
R=29.49%
G=14.96%
B=55.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69351300.470.7300.49261.4757.5832.35
Hex4523822F490311053a20
Octal10543202571110614057240
Binary10001011000111000001010111110010010110001100000101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452382; }

 p { color: rgb(69,35,130); }

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

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

 a { background-color: rgb(69,35,130); }

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

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

 span { border-color: rgb(69,35,130); }

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