#41468A

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

Shades of Jacksons Purple #41468A

Tints of Jacksons Purple #41468A

Color information

#41468A (or 0x41468A) is unknown color: approx Jacksons Purple. HEX triplet: 41, 46 and 8A. RGB value is (65,70,138). Sum of RGB (Red+Green+Blue) = 65+70+138=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #41468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41468A is #BEB975. Grayscale: #4B4B4B. Windows color (decimal): -12499318 or 9061953. OLE color: 9061953.

HSL color Cylindrical-coordinate representation of color #41468A: hue angle of 235.89º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41468A is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6570138-
CMYK0.530.4900.46
HSL235.89º35.96%39.8%-
HSV(B)235.89º52.9%54.12%-
XYZ8.967.3424.99-
YUV76.26162.84119.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 138 (54.30% from 255) = 50.55%
R=23.81%
G=25.64%
B=50.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65701380.530.4900.46235.8935.9639.8
Hex41468A353102Eec2428
Octal10110621265610563544450
Binary1000001100011010001010110101110001010111011101100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,70,138); }

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

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

 a { background-color: rgb(65,70,138); }

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

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

 span { border-color: rgb(65,70,138); }

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