#364284

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

Shades of Jacksons Purple #364284

Tints of Jacksons Purple #364284

Color information

#364284 (or 0x364284) is unknown color: approx Jacksons Purple. HEX triplet: 36, 42 and 84. RGB value is (54,66,132). Sum of RGB (Red+Green+Blue) = 54+66+132=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #364284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364284 is #C9BD7B. Grayscale: #454545. Windows color (decimal): -13221244 or 8667702. OLE color: 8667702.

HSL color Cylindrical-coordinate representation of color #364284: hue angle of 230.77º 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 #364284 is Cyan = 0.59, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5466132-
CMYK0.590.500.48
HSL230.77º41.94%36.47%-
HSV(B)230.77º59.09%51.76%-
XYZ7.636.3522.65-
YUV69.94163.02116.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.43%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 132 (51.95% from 255) = 52.38%
R=21.43%
G=26.19%
B=52.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54661320.590.500.48230.7741.9436.47
Hex3642843B32030e72a24
Octal6610220473620603475244
Binary110110100001010000100111011110010011000011100111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364284; }

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

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

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

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

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

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

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

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