#414577

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

Shades of Jacksons Purple #414577

Tints of Jacksons Purple #414577

Color information

#414577 (or 0x414577) is unknown color: approx Jacksons Purple. HEX triplet: 41, 45 and 77. RGB value is (65,69,119). Sum of RGB (Red+Green+Blue) = 65+69+119=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #414577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414577 is #BEBA88. Grayscale: #494949. Windows color (decimal): -12499593 or 7816513. OLE color: 7816513.

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

Color convert

RGB6569119-
CMYK0.450.4200.53
HSL235.56º29.35%36.08%-
HSV(B)235.56º45.38%46.67%-
XYZ7.646.7118.35-
YUV73.5153.67121.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.69%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 119 (46.88% from 255) = 47.04%
R=25.69%
G=27.27%
B=47.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65691190.450.4200.53235.5629.3536.08
Hex4145772D2A035ec1d24
Octal10110516755520653543544
Binary10000011000101111011110110110101001101011110110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414577; }

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

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

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

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

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

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

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

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