#414677

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

Shades of Jacksons Purple #414677

Tints of Jacksons Purple #414677

Color information

#414677 (or 0x414677) is unknown color: approx Jacksons Purple. HEX triplet: 41, 46 and 77. RGB value is (65,70,119). Sum of RGB (Red+Green+Blue) = 65+70+119=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #414677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414677 is #BEB988. Grayscale: #494949. Windows color (decimal): -12499337 or 7816769. OLE color: 7816769.

HSL color Cylindrical-coordinate representation of color #414677: hue angle of 234.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #414677 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6570119-
CMYK0.450.4100.53
HSL234.44º29.35%36.08%-
HSV(B)234.44º45.38%46.67%-
XYZ7.76.8418.37-
YUV74.09153.34121.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.59%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 119 (46.88% from 255) = 46.85%
R=25.59%
G=27.56%
B=46.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65701190.450.4100.53234.4429.3536.08
Hex4146772D29035ea1d24
Octal10110616755510653523544
Binary10000011000110111011110110110100101101011110101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414677; }

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

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

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

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

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

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

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

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