#414A7B

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

Shades of Jacksons Purple #414A7B

Tints of Jacksons Purple #414A7B

Color information

#414A7B (or 0x414A7B) is unknown color: approx Jacksons Purple. HEX triplet: 41, 4A and 7B. RGB value is (65,74,123). Sum of RGB (Red+Green+Blue) = 65+74+123=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #414A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A7B is #BEB584. Grayscale: #4C4C4C. Windows color (decimal): -12498309 or 8079937. OLE color: 8079937.

HSL color Cylindrical-coordinate representation of color #414A7B: hue angle of 230.69º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #414A7B is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6574123-
CMYK0.470.4000.52
HSL230.69º30.85%36.86%-
HSV(B)230.69º47.15%48.24%-
XYZ8.27.4519.74-
YUV76.9154.02119.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 74 (29.30% from 255) = 28.24%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=24.81%
G=28.24%
B=46.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65741230.470.4000.52230.6930.8536.86
Hex414A7B2F28034e71f25
Octal10111217357500643473745
Binary10000011001010111101110111110100001101001110011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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