#364088

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

Shades of Jacksons Purple #364088

Tints of Jacksons Purple #364088

Color information

#364088 (or 0x364088) is unknown color: approx Jacksons Purple. HEX triplet: 36, 40 and 88. RGB value is (54,64,136). Sum of RGB (Red+Green+Blue) = 54+64+136=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #364088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364088 is #C9BF77. Grayscale: #444444. Windows color (decimal): -13221752 or 8929334. OLE color: 8929334.

HSL color Cylindrical-coordinate representation of color #364088: hue angle of 232.68º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #364088 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5464136-
CMYK0.600.5300.47
HSL232.68º43.16%37.25%-
HSV(B)232.68º60.29%53.33%-
XYZ7.86.2324.08-
YUV69.22165.69117.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 136 (53.52% from 255) = 53.54%
R=21.26%
G=25.20%
B=53.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54641360.600.5300.47232.6843.1637.25
Hex3640883C3502Fe92b25
Octal6610021074650573515345
Binary110110100000010001000111100110101010111111101001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364088; }

 p { color: rgb(54,64,136); }

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

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

 a { background-color: rgb(54,64,136); }

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

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

 span { border-color: rgb(54,64,136); }

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