#44417B

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

Shades of Jacksons Purple #44417B

Tints of Jacksons Purple #44417B

Color information

#44417B (or 0x44417B) is unknown color: approx Jacksons Purple. HEX triplet: 44, 41 and 7B. RGB value is (68,65,123). Sum of RGB (Red+Green+Blue) = 68+65+123=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #44417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44417B is #BBBE84. Grayscale: #484848. Windows color (decimal): -12304005 or 8077636. OLE color: 8077636.

HSL color Cylindrical-coordinate representation of color #44417B: hue angle of 243.1º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #44417B is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6865123-
CMYK0.450.4700.52
HSL243.1º30.85%36.86%-
HSV(B)243.1º47.15%48.24%-
XYZ7.856.4419.57-
YUV72.51156.49124.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 123 (48.44% from 255) = 48.05%
R=26.56%
G=25.39%
B=48.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68651230.450.4700.52243.130.8536.86
Hex44417B2D2F034f31f25
Octal10410117355570643633745
Binary10001001000001111101110110110111101101001111001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,65,123); }

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

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

 a { background-color: rgb(68,65,123); }

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

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

 span { border-color: rgb(68,65,123); }

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