#41428B

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

Shades of Jacksons Purple #41428B

Tints of Jacksons Purple #41428B

Color information

#41428B (or 0x41428B) is unknown color: approx Jacksons Purple. HEX triplet: 41, 42 and 8B. RGB value is (65,66,139). Sum of RGB (Red+Green+Blue) = 65+66+139=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #41428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41428B is #BEBD74. Grayscale: #494949. Windows color (decimal): -12500341 or 9126465. OLE color: 9126465.

HSL color Cylindrical-coordinate representation of color #41428B: hue angle of 239.19º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41428B is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6566139-
CMYK0.530.5300.45
HSL239.19º36.27%40%-
HSV(B)239.19º53.24%54.51%-
XYZ8.796.8825.29-
YUV74.02164.67121.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.07%
GREEN value IS 66 (26.17% from 255) = 24.44%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=24.07%
G=24.44%
B=51.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65661390.530.5300.45239.1936.2740
Hex41428B353502Def2428
Octal10110221365650553574450
Binary1000001100001010001011110101110101010110111101111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,66,139); }

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

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

 a { background-color: rgb(65,66,139); }

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

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

 span { border-color: rgb(65,66,139); }

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