#414682

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

Shades of Jacksons Purple #414682

Tints of Jacksons Purple #414682

Color information

#414682 (or 0x414682) is unknown color: approx Jacksons Purple. HEX triplet: 41, 46 and 82. RGB value is (65,70,130). Sum of RGB (Red+Green+Blue) = 65+70+130=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #414682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414682 is #BEB97D. Grayscale: #4B4B4B. Windows color (decimal): -12499326 or 8537665. OLE color: 8537665.

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

Color convert

RGB6570130-
CMYK0.500.4600.49
HSL235.38º33.33%38.24%-
HSV(B)235.38º50%50.98%-
XYZ8.47.1222.05-
YUV75.34158.84120.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.53%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 130 (51.17% from 255) = 49.06%
R=24.53%
G=26.42%
B=49.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65701300.500.4600.49235.3833.3338.24
Hex414682322E031eb2126
Octal10110620262560613534146
Binary1000001100011010000010110010101110011000111101011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414682; }

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

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

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

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

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

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

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

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