#363278

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

Shades of Jacksons Purple #363278

Tints of Jacksons Purple #363278

Color information

#363278 (or 0x363278) is unknown color: approx Jacksons Purple. HEX triplet: 36, 32 and 78. RGB value is (54,50,120). Sum of RGB (Red+Green+Blue) = 54+50+120=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #363278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363278 is #C9CD87. Grayscale: #3A3A3A. Windows color (decimal): -13225352 or 7877174. OLE color: 7877174.

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

Color convert

RGB5450120-
CMYK0.550.5800.53
HSL243.43º41.18%33.33%-
HSV(B)243.43º58.33%47.06%-
XYZ6.054.4218.3-
YUV59.18162.33124.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 120 (47.27% from 255) = 53.57%
R=24.11%
G=22.32%
B=53.57%

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
Decimal54501200.550.5800.53243.4341.1833.33
Hex363278373A035f32921
Octal666217067720653635141
Binary1101101100101111000110111111010011010111110011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363278; }

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

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

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

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

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

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

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

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