#3A367C

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

Shades of Jacksons Purple #3A367C

Tints of Jacksons Purple #3A367C

Color information

#3A367C (or 0x3A367C) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 36 and 7C. RGB value is (58,54,124). Sum of RGB (Red+Green+Blue) = 58+54+124=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A367C is #C5C983. Grayscale: #3E3E3E. Windows color (decimal): -12962180 or 8140346. OLE color: 8140346.

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

Color convert

RGB5854124-
CMYK0.530.5600.51
HSL243.43º39.33%34.9%-
HSV(B)243.43º56.45%48.63%-
XYZ6.74.9919.68-
YUV63.18162.33124.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.58%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 124 (48.83% from 255) = 52.54%
R=24.58%
G=22.88%
B=52.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58541240.530.5600.51243.4339.3334.9
Hex3A367C3538033f32723
Octal726617465700633634743
Binary1110101101101111100110101111000011001111110011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A367C; }

 p { color: rgb(58,54,124); }

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

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

 a { background-color: rgb(58,54,124); }

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

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

 span { border-color: rgb(58,54,124); }

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