#44197D

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

Shades of Windsor #44197D

Tints of Windsor #44197D

Color information

#44197D (or 0x44197D) is unknown color: approx Windsor. HEX triplet: 44, 19 and 7D. RGB value is (68,25,125). Sum of RGB (Red+Green+Blue) = 68+25+125=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #44197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44197D is #BBE682. Grayscale: #303030. Windows color (decimal): -12314243 or 8198468. OLE color: 8198468.

HSL color Cylindrical-coordinate representation of color #44197D: hue angle of 265.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #44197D is Cyan = 0.46, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6825125-
CMYK0.460.800.51
HSL265.8º66.67%29.41%-
HSV(B)265.8º80%49.02%-
XYZ6.433.419.72-
YUV49.26170.75141.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 25 (10.16% from 255) = 11.47%
BLUE value IS 125 (49.22% from 255) = 57.34%
R=31.19%
G=11.47%
B=57.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68251250.460.800.51265.866.6729.41
Hex44197D2E5003310a431d
Octal104311755612006341210335
Binary100010011001111110110111010100000110011100001010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44197D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44197D; }

 p { color: rgb(68,25,125); }

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

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

 a { background-color: rgb(68,25,125); }

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

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

 span { border-color: rgb(68,25,125); }

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