#3A4388

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

Shades of Jacksons Purple #3A4388

Tints of Jacksons Purple #3A4388

Color information

#3A4388 (or 0x3A4388) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 43 and 88. RGB value is (58,67,136). Sum of RGB (Red+Green+Blue) = 58+67+136=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A4388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4388 is #C5BC77. Grayscale: #474747. Windows color (decimal): -12958840 or 8930106. OLE color: 8930106.

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

Color convert

RGB5867136-
CMYK0.570.5100.47
HSL233.08º40.21%38.04%-
HSV(B)233.08º57.35%53.33%-
XYZ8.26.6924.15-
YUV72.18164.02117.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.22%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 136 (53.52% from 255) = 52.11%
R=22.22%
G=25.67%
B=52.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58671360.570.5100.47233.0840.2138.04
Hex3A4388393302Fe92826
Octal7210321071630573515046
Binary111010100001110001000111001110011010111111101001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,67,136); }

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

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

 a { background-color: rgb(58,67,136); }

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

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

 span { border-color: rgb(58,67,136); }

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