#414A83

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

Shades of Jacksons Purple #414A83

Tints of Jacksons Purple #414A83

Color information

#414A83 (or 0x414A83) is unknown color: approx Jacksons Purple. HEX triplet: 41, 4A and 83. RGB value is (65,74,131). Sum of RGB (Red+Green+Blue) = 65+74+131=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #414A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414A83 is #BEB57C. Grayscale: #4D4D4D. Windows color (decimal): -12498301 or 8604225. OLE color: 8604225.

HSL color Cylindrical-coordinate representation of color #414A83: hue angle of 231.82º degrees, saturation: 0.34, 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 #414A83 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6574131-
CMYK0.500.4400.49
HSL231.82º33.67%38.43%-
HSV(B)231.82º50.38%51.37%-
XYZ8.737.6622.49-
YUV77.81158.02118.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.07%
GREEN value IS 74 (29.30% from 255) = 27.41%
BLUE value IS 131 (51.56% from 255) = 48.52%
R=24.07%
G=27.41%
B=48.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65741310.500.4400.49231.8233.6738.43
Hex414A83322C031e82226
Octal10111220362540613504246
Binary1000001100101010000011110010101100011000111101000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414A83; }

 p { color: rgb(65,74,131); }

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

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

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

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

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

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

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