#41477b

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

Shades of Jacksons Purple #41477B

Tints of Jacksons Purple #41477B

Color information

#41477B (or 0x41477B) is unknown color: approx Jacksons Purple. HEX triplet: 41, 47 and 7B. RGB value is (65,71,123). Sum of RGB (Red+Green+Blue) = 65+71+123=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #41477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41477B is #BEB884. Grayscale: #4A4A4A. Windows color (decimal): -12499077 or 8079169. OLE color: 8079169.

HSL color Cylindrical-coordinate representation of color #41477B: hue angle of 233.79º 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 #41477B is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6571123-
CMYK0.470.4200.52
HSL233.79º30.85%36.86%-
HSV(B)233.79º47.15%48.24%-
XYZ8.017.0619.68-
YUV75.13155.01120.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.10%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 123 (48.44% from 255) = 47.49%
R=25.10%
G=27.41%
B=47.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65711230.470.4200.52233.7930.8536.86
Hex41477B2F2A034ea1f25
Octal10110717357520643523745
Binary10000011000111111101110111110101001101001110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41477b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41477b; }

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

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

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

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

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

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

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

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