#45197B

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

Shades of Windsor #45197B

Tints of Windsor #45197B

Color information

#45197B (or 0x45197B) is unknown color: approx Windsor. HEX triplet: 45, 19 and 7B. RGB value is (69,25,123). Sum of RGB (Red+Green+Blue) = 69+25+123=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #45197B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45197B is #BAE684. Grayscale: #303030. Windows color (decimal): -12248709 or 8067397. OLE color: 8067397.

HSL color Cylindrical-coordinate representation of color #45197B: hue angle of 266.94º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45197B is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6925123-
CMYK0.440.8000.52
HSL266.94º66.22%29.02%-
HSV(B)266.94º79.67%48.24%-
XYZ6.383.3919.06-
YUV49.33169.58142.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.80%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 123 (48.44% from 255) = 56.68%
R=31.80%
G=11.52%
B=56.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69251230.440.8000.52266.9466.2229.02
Hex45197B2C5003410b421d
Octal105311735412006441310235
Binary100010111001111101110110010100000110100100001011100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45197B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,25,123); }

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

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

 a { background-color: rgb(69,25,123); }

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

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

 span { border-color: rgb(69,25,123); }

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