#41447B

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

Shades of Jacksons Purple #41447B

Tints of Jacksons Purple #41447B

Color information

#41447B (or 0x41447B) is unknown color: approx Jacksons Purple. HEX triplet: 41, 44 and 7B. RGB value is (65,68,123). Sum of RGB (Red+Green+Blue) = 65+68+123=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 68 (26.95% from 255 or 26.56% 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 #41447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41447B is #BEBB84. Grayscale: #494949. Windows color (decimal): -12499845 or 8078401. OLE color: 8078401.

HSL color Cylindrical-coordinate representation of color #41447B: hue angle of 236.9º 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 #41447B is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6568123-
CMYK0.470.4500.52
HSL236.9º30.85%36.86%-
HSV(B)236.9º47.15%48.24%-
XYZ7.826.6919.62-
YUV73.37156.01122.03-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65681230.470.4500.52236.930.8536.86
Hex41447B2F2D034ed1f25
Octal10110417357550643553745
Binary10000011000100111101110111110110101101001110110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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