#36418A

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

Shades of Jacksons Purple #36418A

Tints of Jacksons Purple #36418A

Color information

#36418A (or 0x36418A) is unknown color: approx Jacksons Purple. HEX triplet: 36, 41 and 8A. RGB value is (54,65,138). Sum of RGB (Red+Green+Blue) = 54+65+138=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #36418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36418A is #C9BE75. Grayscale: #454545. Windows color (decimal): -13221494 or 9060662. OLE color: 9060662.

HSL color Cylindrical-coordinate representation of color #36418A: hue angle of 232.14º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36418A is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5465138-
CMYK0.610.5300.46
HSL232.14º43.75%37.65%-
HSV(B)232.14º60.87%54.12%-
XYZ86.424.86-
YUV70.03166.36116.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 65 (25.78% from 255) = 25.29%
BLUE value IS 138 (54.30% from 255) = 53.70%
R=21.01%
G=25.29%
B=53.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54651380.610.5300.46232.1443.7537.65
Hex36418A3D3502Ee82c26
Octal6610121275650563505446
Binary110110100000110001010111101110101010111011101000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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