#414178

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

Shades of Jacksons Purple #414178

Tints of Jacksons Purple #414178

Color information

#414178 (or 0x414178) is unknown color: approx Jacksons Purple. HEX triplet: 41, 41 and 78. RGB value is (65,65,120). Sum of RGB (Red+Green+Blue) = 65+65+120=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #414178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414178 is #BEBE87. Grayscale: #474747. Windows color (decimal): -12500616 or 7881025. OLE color: 7881025.

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

Color convert

RGB6565120-
CMYK0.460.4600.53
HSL240º29.73%36.27%-
HSV(B)240º45.83%47.06%-
XYZ7.466.2618.58-
YUV71.27155.5123.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 120 (47.27% from 255) = 48%
R=26%
G=26%
B=48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65651200.460.4600.5324029.7336.27
Hex4141782E2E035f01e24
Octal10110117056560653603644
Binary10000011000001111100010111010111001101011111000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414178; }

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

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

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

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

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

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

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

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