#414690

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

Shades of Jacksons Purple #414690

Tints of Jacksons Purple #414690

Color information

#414690 (or 0x414690) is unknown color: approx Jacksons Purple. HEX triplet: 41, 46 and 90. RGB value is (65,70,144). Sum of RGB (Red+Green+Blue) = 65+70+144=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #414690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414690 is #BEB96F. Grayscale: #4C4C4C. Windows color (decimal): -12499312 or 9455169. OLE color: 9455169.

HSL color Cylindrical-coordinate representation of color #414690: hue angle of 236.2º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #414690 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6570144-
CMYK0.550.5100.44
HSL236.2º37.8%40.98%-
HSV(B)236.2º54.86%56.47%-
XYZ9.47.5227.34-
YUV76.94165.84119.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.30%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 144 (56.64% from 255) = 51.61%
R=23.30%
G=25.09%
B=51.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65701440.550.5100.44236.237.840.98
Hex414690373302Cec2629
Octal10110622067630543544651
Binary1000001100011010010000110111110011010110011101100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414690; }

 p { color: rgb(65,70,144); }

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

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

 a { background-color: rgb(65,70,144); }

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

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

 span { border-color: rgb(65,70,144); }

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