#363577

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

Shades of Jacksons Purple #363577

Tints of Jacksons Purple #363577

Color information

#363577 (or 0x363577) is unknown color: approx Jacksons Purple. HEX triplet: 36, 35 and 77. RGB value is (54,53,119). Sum of RGB (Red+Green+Blue) = 54+53+119=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #363577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363577 is #C9CA88. Grayscale: #3C3C3C. Windows color (decimal): -13224585 or 7812406. OLE color: 7812406.

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

Color convert

RGB5453119-
CMYK0.550.5500.53
HSL240.91º38.37%33.73%-
HSV(B)240.91º55.46%46.67%-
XYZ6.124.6618.03-
YUV60.82160.83123.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 53 (21.09% from 255) = 23.45%
BLUE value IS 119 (46.88% from 255) = 52.65%
R=23.89%
G=23.45%
B=52.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54531190.550.5500.53240.9138.3733.73
Hex3635773737035f12622
Octal666516767670653614642
Binary1101101101011110111110111110111011010111110001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363577; }

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

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

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

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

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

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

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

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