#363885

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

Shades of Jacksons Purple #363885

Tints of Jacksons Purple #363885

Color information

#363885 (or 0x363885) is unknown color: approx Jacksons Purple. HEX triplet: 36, 38 and 85. RGB value is (54,56,133). Sum of RGB (Red+Green+Blue) = 54+56+133=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #363885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363885 is #C9C77A. Grayscale: #3F3F3F. Windows color (decimal): -13223803 or 8730678. OLE color: 8730678.

HSL color Cylindrical-coordinate representation of color #363885: hue angle of 238.48º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #363885 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5456133-
CMYK0.590.5800.48
HSL238.48º42.25%36.67%-
HSV(B)238.48º59.4%52.16%-
XYZ7.175.3122.84-
YUV64.18166.84120.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.22%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 133 (52.34% from 255) = 54.73%
R=22.22%
G=23.05%
B=54.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54561330.590.5800.48238.4842.2536.67
Hex3638853B3A030ee2a25
Octal667020573720603565245
Binary11011011100010000101111011111010011000011101110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363885; }

 p { color: rgb(54,56,133); }

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

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

 a { background-color: rgb(54,56,133); }

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

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

 span { border-color: rgb(54,56,133); }

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