#414378

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

Shades of Jacksons Purple #414378

Tints of Jacksons Purple #414378

Color information

#414378 (or 0x414378) is unknown color: approx Jacksons Purple. HEX triplet: 41, 43 and 78. RGB value is (65,67,120). Sum of RGB (Red+Green+Blue) = 65+67+120=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #414378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414378 is #BEBC87. Grayscale: #484848. Windows color (decimal): -12500104 or 7881537. OLE color: 7881537.

HSL color Cylindrical-coordinate representation of color #414378: hue angle of 237.82º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #414378 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6567120-
CMYK0.460.4400.53
HSL237.82º29.73%36.27%-
HSV(B)237.82º45.83%47.06%-
XYZ7.586.4918.62-
YUV72.44154.84122.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.79%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 120 (47.27% from 255) = 47.62%
R=25.79%
G=26.59%
B=47.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65671200.460.4400.53237.8229.7336.27
Hex4143782E2C035ee1e24
Octal10110317056540653563644
Binary10000011000011111100010111010110001101011110111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414378; }

 p { color: rgb(65,67,120); }

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

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

 a { background-color: rgb(65,67,120); }

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

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

 span { border-color: rgb(65,67,120); }

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