#363C7F

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

Shades of Jacksons Purple #363C7F

Tints of Jacksons Purple #363C7F

Color information

#363C7F (or 0x363C7F) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3C and 7F. RGB value is (54,60,127). Sum of RGB (Red+Green+Blue) = 54+60+127=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #363C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C7F is #C9C380. Grayscale: #414141. Windows color (decimal): -13222785 or 8338486. OLE color: 8338486.

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

Color convert

RGB5460127-
CMYK0.570.5300.50
HSL235.07º40.33%35.49%-
HSV(B)235.07º57.48%49.8%-
XYZ6.975.5520.78-
YUV65.84162.51119.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 60 (23.83% from 255) = 24.90%
BLUE value IS 127 (50% from 255) = 52.70%
R=22.41%
G=24.90%
B=52.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54601270.570.5300.50235.0740.3335.49
Hex363C7F3935032eb2823
Octal667417771650623535043
Binary1101101111001111111111001110101011001011101011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,60,127); }

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

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

 a { background-color: rgb(54,60,127); }

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

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

 span { border-color: rgb(54,60,127); }

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