#3A3D90

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

Shades of Jacksons Purple #3A3D90

Tints of Jacksons Purple #3A3D90

Color information

#3A3D90 (or 0x3A3D90) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 3D and 90. RGB value is (58,61,144). Sum of RGB (Red+Green+Blue) = 58+61+144=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A3D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3D90 is #C5C26F. Grayscale: #454545. Windows color (decimal): -12960368 or 9452858. OLE color: 9452858.

HSL color Cylindrical-coordinate representation of color #3A3D90: hue angle of 237.91º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A3D90 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5861144-
CMYK0.600.5800.44
HSL237.91º42.57%39.61%-
HSV(B)237.91º59.72%56.47%-
XYZ8.456.2527.15-
YUV69.56170.01119.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.05%
GREEN value IS 61 (24.22% from 255) = 23.19%
BLUE value IS 144 (56.64% from 255) = 54.75%
R=22.05%
G=23.19%
B=54.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58611440.600.5800.44237.9142.5739.61
Hex3A3D903C3A02Cee2b28
Octal727522074720543565350
Binary11101011110110010000111100111010010110011101110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,61,144); }

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

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

 a { background-color: rgb(58,61,144); }

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

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

 span { border-color: rgb(58,61,144); }

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