#41427D

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

Shades of Jacksons Purple #41427D

Tints of Jacksons Purple #41427D

Color information

#41427D (or 0x41427D) is unknown color: approx Jacksons Purple. HEX triplet: 41, 42 and 7D. RGB value is (65,66,125). Sum of RGB (Red+Green+Blue) = 65+66+125=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #41427D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41427D is #BEBD82. Grayscale: #484848. Windows color (decimal): -12500355 or 8208961. OLE color: 8208961.

HSL color Cylindrical-coordinate representation of color #41427D: hue angle of 239º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41427D is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6566125-
CMYK0.480.4700.51
HSL239º31.58%37.25%-
HSV(B)239º48%49.02%-
XYZ7.836.520.24-
YUV72.43157.67122.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.39%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 125 (49.22% from 255) = 48.83%
R=25.39%
G=25.78%
B=48.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65661250.480.4700.5123931.5837.25
Hex41427D302F033ef2025
Octal10110217560570633574045
Binary100000110000101111101110000101111011001111101111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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