#363378

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

Shades of Jacksons Purple #363378

Tints of Jacksons Purple #363378

Color information

#363378 (or 0x363378) is unknown color: approx Jacksons Purple. HEX triplet: 36, 33 and 78. RGB value is (54,51,120). Sum of RGB (Red+Green+Blue) = 54+51+120=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #363378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363378 is #C9CC87. Grayscale: #3B3B3B. Windows color (decimal): -13225096 or 7877430. OLE color: 7877430.

HSL color Cylindrical-coordinate representation of color #363378: hue angle of 242.61º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #363378 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5451120-
CMYK0.550.5800.53
HSL242.61º40.35%33.53%-
HSV(B)242.61º57.5%47.06%-
XYZ6.14.5118.32-
YUV59.76161.99123.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 51 (20.31% from 255) = 22.67%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=24%
G=22.67%
B=53.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54511200.550.5800.53242.6140.3533.53
Hex363378373A035f32822
Octal666317067720653635042
Binary1101101100111111000110111111010011010111110011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363378; }

 p { color: rgb(54,51,120); }

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

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

 a { background-color: rgb(54,51,120); }

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

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

 span { border-color: rgb(54,51,120); }

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