#41477C

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

Shades of Jacksons Purple #41477C

Tints of Jacksons Purple #41477C

Color information

#41477C (or 0x41477C) is unknown color: approx Jacksons Purple. HEX triplet: 41, 47 and 7C. RGB value is (65,71,124). Sum of RGB (Red+Green+Blue) = 65+71+124=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #41477C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41477C is #BEB883. Grayscale: #4B4B4B. Windows color (decimal): -12499076 or 8144705. OLE color: 8144705.

HSL color Cylindrical-coordinate representation of color #41477C: hue angle of 233.9º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41477C is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6571124-
CMYK0.480.4300.51
HSL233.9º31.22%37.06%-
HSV(B)233.9º47.58%48.63%-
XYZ8.077.0920.01-
YUV75.25155.51120.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 124 (48.83% from 255) = 47.69%
R=25%
G=27.31%
B=47.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65711240.480.4300.51233.931.2237.06
Hex41477C302B033ea1f25
Octal10110717460530633523745
Binary10000011000111111110011000010101101100111110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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