#363377

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

Shades of Jacksons Purple #363377

Tints of Jacksons Purple #363377

Color information

#363377 (or 0x363377) is unknown color: approx Jacksons Purple. HEX triplet: 36, 33 and 77. RGB value is (54,51,119). Sum of RGB (Red+Green+Blue) = 54+51+119=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #363377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363377 is #C9CC88. Grayscale: #3B3B3B. Windows color (decimal): -13225097 or 7811894. OLE color: 7811894.

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

Color convert

RGB5451119-
CMYK0.550.5700.53
HSL242.65º40%33.33%-
HSV(B)242.65º57.14%46.67%-
XYZ6.034.4818-
YUV59.65161.49123.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 51 (20.31% from 255) = 22.77%
BLUE value IS 119 (46.88% from 255) = 53.12%
R=24.11%
G=22.77%
B=53.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54511190.550.5700.53242.654033.33
Hex3633773739035f32821
Octal666316767710653635041
Binary1101101100111110111110111111001011010111110011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363377; }

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

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

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

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

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

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

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

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