#414685

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

Shades of Jacksons Purple #414685

Tints of Jacksons Purple #414685

Color information

#414685 (or 0x414685) is unknown color: approx Jacksons Purple. HEX triplet: 41, 46 and 85. RGB value is (65,70,133). Sum of RGB (Red+Green+Blue) = 65+70+133=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #414685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414685 is #BEB97A. Grayscale: #4B4B4B. Windows color (decimal): -12499323 or 8734273. OLE color: 8734273.

HSL color Cylindrical-coordinate representation of color #414685: hue angle of 235.59º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #414685 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6570133-
CMYK0.510.4700.48
HSL235.59º34.34%38.82%-
HSV(B)235.59º51.13%52.16%-
XYZ8.67.223.13-
YUV75.69160.34120.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.25%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 133 (52.34% from 255) = 49.63%
R=24.25%
G=26.12%
B=49.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65701330.510.4700.48235.5934.3438.82
Hex414685332F030ec2227
Octal10110620563570603544247
Binary1000001100011010000101110011101111011000011101100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414685; }

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

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

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

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

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

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

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

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