#414382

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

Shades of Jacksons Purple #414382

Tints of Jacksons Purple #414382

Color information

#414382 (or 0x414382) is unknown color: approx Jacksons Purple. HEX triplet: 41, 43 and 82. RGB value is (65,67,130). Sum of RGB (Red+Green+Blue) = 65+67+130=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #414382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414382 is #BEBC7D. Grayscale: #494949. Windows color (decimal): -12500094 or 8536897. OLE color: 8536897.

HSL color Cylindrical-coordinate representation of color #414382: hue angle of 238.15º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #414382 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6567130-
CMYK0.500.4800.49
HSL238.15º33.33%38.24%-
HSV(B)238.15º50%50.98%-
XYZ8.226.7521.99-
YUV73.58159.84121.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 130 (51.17% from 255) = 49.62%
R=24.81%
G=25.57%
B=49.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65671300.500.4800.49238.1533.3338.24
Hex4143823230031ee2126
Octal10110320262600613564146
Binary1000001100001110000010110010110000011000111101110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414382; }

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

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

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

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

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

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

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

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