#414678

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

Shades of Jacksons Purple #414678

Tints of Jacksons Purple #414678

Color information

#414678 (or 0x414678) is unknown color: approx Jacksons Purple. HEX triplet: 41, 46 and 78. RGB value is (65,70,120). Sum of RGB (Red+Green+Blue) = 65+70+120=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #414678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414678 is #BEB987. Grayscale: #4A4A4A. Windows color (decimal): -12499336 or 7882305. OLE color: 7882305.

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

Color convert

RGB6570120-
CMYK0.460.4200.53
HSL234.55º29.73%36.27%-
HSV(B)234.55º45.83%47.06%-
XYZ7.766.8618.68-
YUV74.2153.84121.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.49%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 120 (47.27% from 255) = 47.06%
R=25.49%
G=27.45%
B=47.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65701200.460.4200.53234.5529.7336.27
Hex4146782E2A035eb1e24
Octal10110617056520653533644
Binary10000011000110111100010111010101001101011110101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414678; }

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

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

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

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

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

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

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

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