#364187

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

Shades of Jacksons Purple #364187

Tints of Jacksons Purple #364187

Color information

#364187 (or 0x364187) is unknown color: approx Jacksons Purple. HEX triplet: 36, 41 and 87. RGB value is (54,65,135). Sum of RGB (Red+Green+Blue) = 54+65+135=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #364187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364187 is #C9BE78. Grayscale: #454545. Windows color (decimal): -13221497 or 8864054. OLE color: 8864054.

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

Color convert

RGB5465135-
CMYK0.600.5200.47
HSL231.85º42.86%37.06%-
HSV(B)231.85º60%52.94%-
XYZ7.786.3123.73-
YUV69.69164.86116.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 135 (53.12% from 255) = 53.15%
R=21.26%
G=25.59%
B=53.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54651350.600.5200.47231.8542.8637.06
Hex3641873C3402Fe82b25
Octal6610120774640573505345
Binary110110100000110000111111100110100010111111101000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364187; }

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

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

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

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

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

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

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

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