#364184

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

Shades of Jacksons Purple #364184

Tints of Jacksons Purple #364184

Color information

#364184 (or 0x364184) is unknown color: approx Jacksons Purple. HEX triplet: 36, 41 and 84. RGB value is (54,65,132). Sum of RGB (Red+Green+Blue) = 54+65+132=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #364184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364184 is #C9BE7B. Grayscale: #454545. Windows color (decimal): -13221500 or 8667446. OLE color: 8667446.

HSL color Cylindrical-coordinate representation of color #364184: hue angle of 231.54º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #364184 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5465132-
CMYK0.590.5100.48
HSL231.54º41.94%36.47%-
HSV(B)231.54º59.09%51.76%-
XYZ7.586.2322.63-
YUV69.35163.36117.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.51%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=21.51%
G=25.90%
B=52.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54651320.590.5100.48231.5441.9436.47
Hex3641843B33030e82a24
Octal6610120473630603505244
Binary110110100000110000100111011110011011000011101000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364184; }

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

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

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

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

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

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

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

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