#363B7D

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

Shades of Jacksons Purple #363B7D

Tints of Jacksons Purple #363B7D

Color information

#363B7D (or 0x363B7D) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3B and 7D. RGB value is (54,59,125). Sum of RGB (Red+Green+Blue) = 54+59+125=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #363B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B7D is #C9C482. Grayscale: #404040. Windows color (decimal): -13223043 or 8207158. OLE color: 8207158.

HSL color Cylindrical-coordinate representation of color #363B7D: hue angle of 235.77º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #363B7D is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5459125-
CMYK0.570.5300.51
HSL235.77º39.66%35.1%-
HSV(B)235.77º56.8%49.02%-
XYZ6.795.3920.09-
YUV65.03161.84120.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.69%
GREEN value IS 59 (23.44% from 255) = 24.79%
BLUE value IS 125 (49.22% from 255) = 52.52%
R=22.69%
G=24.79%
B=52.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54591250.570.5300.51235.7739.6635.1
Hex363B7D3935033ec2823
Octal667317571650633545043
Binary1101101110111111101111001110101011001111101100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363B7D; }

 p { color: rgb(54,59,125); }

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

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

 a { background-color: rgb(54,59,125); }

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

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

 span { border-color: rgb(54,59,125); }

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