#41457D

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

Shades of Jacksons Purple #41457D

Tints of Jacksons Purple #41457D

Color information

#41457D (or 0x41457D) is unknown color: approx Jacksons Purple. HEX triplet: 41, 45 and 7D. RGB value is (65,69,125). Sum of RGB (Red+Green+Blue) = 65+69+125=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #41457D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41457D is #BEBA82. Grayscale: #494949. Windows color (decimal): -12499587 or 8209729. OLE color: 8209729.

HSL color Cylindrical-coordinate representation of color #41457D: hue angle of 236º 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 #41457D is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6569125-
CMYK0.480.4500.51
HSL236º31.58%37.25%-
HSV(B)236º48%49.02%-
XYZ8.016.8620.3-
YUV74.19156.67121.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.10%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 125 (49.22% from 255) = 48.26%
R=25.10%
G=26.64%
B=48.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65691250.480.4500.5123631.5837.25
Hex41457D302D033ec2025
Octal10110517560550633544045
Binary100000110001011111101110000101101011001111101100100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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