#414084

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

Shades of Jacksons Purple #414084

Tints of Jacksons Purple #414084

Color information

#414084 (or 0x414084) is unknown color: approx Jacksons Purple. HEX triplet: 41, 40 and 84. RGB value is (65,64,132). Sum of RGB (Red+Green+Blue) = 65+64+132=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #414084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414084 is #BEBF7B. Grayscale: #474747. Windows color (decimal): -12500860 or 8667201. OLE color: 8667201.

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

Color convert

RGB6564132-
CMYK0.510.5200.48
HSL240.88º34.69%38.43%-
HSV(B)240.88º51.52%51.76%-
XYZ8.186.4622.64-
YUV72.05161.83122.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 64 (25.39% from 255) = 24.52%
BLUE value IS 132 (51.95% from 255) = 50.57%
R=24.90%
G=24.52%
B=50.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65641320.510.5200.48240.8834.6938.43
Hex4140843334030f12326
Octal10110020463640603614346
Binary1000001100000010000100110011110100011000011110001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414084; }

 p { color: rgb(65,64,132); }

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

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

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

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

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

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

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