#41367A

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

Shades of Jacksons Purple #41367A

Tints of Jacksons Purple #41367A

Color information

#41367A (or 0x41367A) is unknown color: approx Jacksons Purple. HEX triplet: 41, 36 and 7A. RGB value is (65,54,122). Sum of RGB (Red+Green+Blue) = 65+54+122=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #41367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41367A is #BEC985. Grayscale: #404040. Windows color (decimal): -12503430 or 8009281. OLE color: 8009281.

HSL color Cylindrical-coordinate representation of color #41367A: hue angle of 249.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41367A is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6554122-
CMYK0.470.5600.52
HSL249.71º38.64%34.51%-
HSV(B)249.71º55.74%47.84%-
XYZ7.015.1719.04-
YUV65.04160.14127.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.97%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 122 (48.05% from 255) = 50.62%
R=26.97%
G=22.41%
B=50.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65541220.470.5600.52249.7138.6434.51
Hex41367A2F38034fa2723
Octal1016617257700643724743
Binary10000011101101111010101111111000011010011111010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41367A; }

 p { color: rgb(65,54,122); }

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

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

 a { background-color: rgb(65,54,122); }

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

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

 span { border-color: rgb(65,54,122); }

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