#3A438F

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

Shades of Jacksons Purple #3A438F

Tints of Jacksons Purple #3A438F

Color information

#3A438F (or 0x3A438F) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 43 and 8F. RGB value is (58,67,143). Sum of RGB (Red+Green+Blue) = 58+67+143=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 143 (56.25% from 255 or 53.36% from 268); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A438F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A438F is #C5BC70. Grayscale: #484848. Windows color (decimal): -12958833 or 9388858. OLE color: 9388858.

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

Color convert

RGB5867143-
CMYK0.590.5300.44
HSL233.65º42.29%39.41%-
HSV(B)233.65º59.44%56.08%-
XYZ8.716.926.86-
YUV72.97167.52117.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.64%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 143 (56.25% from 255) = 53.36%
R=21.64%
G=25%
B=53.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58671430.590.5300.44233.6542.2939.41
Hex3A438F3B3502Cea2a27
Octal7210321773650543525247
Binary111010100001110001111111011110101010110011101010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A438F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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