#414278

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

Shades of Jacksons Purple #414278

Tints of Jacksons Purple #414278

Color information

#414278 (or 0x414278) is unknown color: approx Jacksons Purple. HEX triplet: 41, 42 and 78. RGB value is (65,66,120). Sum of RGB (Red+Green+Blue) = 65+66+120=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #414278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414278 is #BEBD87. Grayscale: #474747. Windows color (decimal): -12500360 or 7881281. OLE color: 7881281.

HSL color Cylindrical-coordinate representation of color #414278: hue angle of 238.91º 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 #414278 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6566120-
CMYK0.460.4500.53
HSL238.91º29.73%36.27%-
HSV(B)238.91º45.83%47.06%-
XYZ7.526.3818.6-
YUV71.86155.17123.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.90%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 120 (47.27% from 255) = 47.81%
R=25.90%
G=26.29%
B=47.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65661200.460.4500.53238.9129.7336.27
Hex4142782E2D035ef1e24
Octal10110217056550653573644
Binary10000011000010111100010111010110101101011110111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414278; }

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

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

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

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

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

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

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

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