#41417C

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

Shades of Jacksons Purple #41417C

Tints of Jacksons Purple #41417C

Color information

#41417C (or 0x41417C) is unknown color: approx Jacksons Purple. HEX triplet: 41, 41 and 7C. RGB value is (65,65,124). Sum of RGB (Red+Green+Blue) = 65+65+124=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #41417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41417C is #BEBE83. Grayscale: #474747. Windows color (decimal): -12500612 or 8143169. OLE color: 8143169.

HSL color Cylindrical-coordinate representation of color #41417C: hue angle of 240º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41417C is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6565124-
CMYK0.480.4800.51
HSL240º31.22%37.06%-
HSV(B)240º47.58%48.63%-
XYZ7.716.3619.89-
YUV71.73157.5123.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.59%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 124 (48.83% from 255) = 48.82%
R=25.59%
G=25.59%
B=48.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65651240.480.4800.5124031.2237.06
Hex41417C3030033f01f25
Octal10110117460600633603745
Binary10000011000001111110011000011000001100111111000011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41417C; }

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

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

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

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

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

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

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

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