#414377

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

Shades of Jacksons Purple #414377

Tints of Jacksons Purple #414377

Color information

#414377 (or 0x414377) is unknown color: approx Jacksons Purple. HEX triplet: 41, 43 and 77. RGB value is (65,67,119). Sum of RGB (Red+Green+Blue) = 65+67+119=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #414377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414377 is #BEBC88. Grayscale: #484848. Windows color (decimal): -12500105 or 7816001. OLE color: 7816001.

HSL color Cylindrical-coordinate representation of color #414377: hue angle of 237.78º 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 #414377 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6567119-
CMYK0.450.4400.53
HSL237.78º29.35%36.08%-
HSV(B)237.78º45.38%46.67%-
XYZ7.526.4718.31-
YUV72.33154.34122.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.90%
GREEN value IS 67 (26.56% from 255) = 26.69%
BLUE value IS 119 (46.88% from 255) = 47.41%
R=25.90%
G=26.69%
B=47.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65671190.450.4400.53237.7829.3536.08
Hex4143772D2C035ee1d24
Octal10110316755540653563544
Binary10000011000011111011110110110110001101011110111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414377; }

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

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

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

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

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

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

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

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