#41427A

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

Shades of Jacksons Purple #41427A

Tints of Jacksons Purple #41427A

Color information

#41427A (or 0x41427A) is unknown color: approx Jacksons Purple. HEX triplet: 41, 42 and 7A. RGB value is (65,66,122). Sum of RGB (Red+Green+Blue) = 65+66+122=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #41427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41427A is #BEBD85. Grayscale: #474747. Windows color (decimal): -12500358 or 8012353. OLE color: 8012353.

HSL color Cylindrical-coordinate representation of color #41427A: hue angle of 238.95º degrees, saturation: 0.3, 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 #41427A is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6566122-
CMYK0.470.4600.52
HSL238.95º30.48%36.67%-
HSV(B)238.95º46.72%47.84%-
XYZ7.646.4319.25-
YUV72.08156.17122.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.69%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 122 (48.05% from 255) = 48.22%
R=25.69%
G=26.09%
B=48.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65661220.470.4600.52238.9530.4836.67
Hex41427A2F2E034ef1e25
Octal10110217257560643573645
Binary10000011000010111101010111110111001101001110111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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