#41427B

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

Shades of Jacksons Purple #41427B

Tints of Jacksons Purple #41427B

Color information

#41427B (or 0x41427B) is unknown color: approx Jacksons Purple. HEX triplet: 41, 42 and 7B. RGB value is (65,66,123). Sum of RGB (Red+Green+Blue) = 65+66+123=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #41427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41427B is #BEBD84. Grayscale: #474747. Windows color (decimal): -12500357 or 8077889. OLE color: 8077889.

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

Color convert

RGB6566123-
CMYK0.470.4600.52
HSL238.97º30.85%36.86%-
HSV(B)238.97º47.15%48.24%-
XYZ7.76.4519.58-
YUV72.2156.67122.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.59%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=25.59%
G=25.98%
B=48.43%

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
Decimal65661230.470.4600.52238.9730.8536.86
Hex41427B2F2E034ef1f25
Octal10110217357560643573745
Binary10000011000010111101110111110111001101001110111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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