#363477

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

Shades of Jacksons Purple #363477

Tints of Jacksons Purple #363477

Color information

#363477 (or 0x363477) is unknown color: approx Jacksons Purple. HEX triplet: 36, 34 and 77. RGB value is (54,52,119). Sum of RGB (Red+Green+Blue) = 54+52+119=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #363477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363477 is #C9CB88. Grayscale: #3B3B3B. Windows color (decimal): -13224841 or 7812150. OLE color: 7812150.

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

Color convert

RGB5452119-
CMYK0.550.5600.53
HSL241.79º39.18%33.53%-
HSV(B)241.79º56.3%46.67%-
XYZ6.084.5718.01-
YUV60.24161.16123.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=24%
G=23.11%
B=52.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54521190.550.5600.53241.7939.1833.53
Hex3634773738035f22722
Octal666416767700653624742
Binary1101101101001110111110111111000011010111110010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363477; }

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

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

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

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

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

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

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

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