#363081

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

Shades of Jacksons Purple #363081

Tints of Jacksons Purple #363081

Color information

#363081 (or 0x363081) is unknown color: approx Jacksons Purple. HEX triplet: 36, 30 and 81. RGB value is (54,48,129). Sum of RGB (Red+Green+Blue) = 54+48+129=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #363081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363081 is #C9CF7E. Grayscale: #3A3A3A. Windows color (decimal): -13225855 or 8466486. OLE color: 8466486.

HSL color Cylindrical-coordinate representation of color #363081: hue angle of 244.44º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #363081 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5448129-
CMYK0.580.6300.49
HSL244.44º45.76%34.71%-
HSV(B)244.44º62.79%50.59%-
XYZ6.544.4821.29-
YUV59.03167.49124.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 129 (50.78% from 255) = 55.84%
R=23.38%
G=20.78%
B=55.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54481290.580.6300.49244.4445.7634.71
Hex3630813A3F031f42e23
Octal666020172770613645643
Binary11011011000010000001111010111111011000111110100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363081; }

 p { color: rgb(54,48,129); }

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

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

 a { background-color: rgb(54,48,129); }

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

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

 span { border-color: rgb(54,48,129); }

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