#44258A

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

Shades of Windsor #44258A

Tints of Windsor #44258A

Color information

#44258A (or 0x44258A) is unknown color: approx Windsor. HEX triplet: 44, 25 and 8A. RGB value is (68,37,138). Sum of RGB (Red+Green+Blue) = 68+37+138=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #44258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44258A is #BBDA75. Grayscale: #393939. Windows color (decimal): -12311158 or 9053508. OLE color: 9053508.

HSL color Cylindrical-coordinate representation of color #44258A: hue angle of 258.42º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44258A is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6837138-
CMYK0.510.7300.46
HSL258.42º57.71%34.31%-
HSV(B)258.42º73.19%54.12%-
XYZ7.634.3924.49-
YUV57.78173.27135.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.98%
GREEN value IS 37 (14.84% from 255) = 15.23%
BLUE value IS 138 (54.30% from 255) = 56.79%
R=27.98%
G=15.23%
B=56.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68371380.510.7300.46258.4257.7134.31
Hex44258A334902E1023a22
Octal10445212631110564027242
Binary10001001001011000101011001110010010101110100000010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44258A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44258A; }

 p { color: rgb(68,37,138); }

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

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

 a { background-color: rgb(68,37,138); }

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

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

 span { border-color: rgb(68,37,138); }

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