#3A357A

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

Shades of Jacksons Purple #3A357A

Tints of Jacksons Purple #3A357A

Color information

#3A357A (or 0x3A357A) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 35 and 7A. RGB value is (58,53,122). Sum of RGB (Red+Green+Blue) = 58+53+122=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A357A is #C5CA85. Grayscale: #3E3E3E. Windows color (decimal): -12962438 or 8009018. OLE color: 8009018.

HSL color Cylindrical-coordinate representation of color #3A357A: hue angle of 244.35º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A357A is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5853122-
CMYK0.520.5700.52
HSL244.35º39.43%34.31%-
HSV(B)244.35º56.56%47.84%-
XYZ6.534.8519-
YUV62.36161.66124.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.89%
GREEN value IS 53 (21.09% from 255) = 22.75%
BLUE value IS 122 (48.05% from 255) = 52.36%
R=24.89%
G=22.75%
B=52.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58531220.520.5700.52244.3539.4334.31
Hex3A357A3439034f42722
Octal726517264710643644742
Binary1110101101011111010110100111001011010011110100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,53,122); }

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

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

 a { background-color: rgb(58,53,122); }

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

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

 span { border-color: rgb(58,53,122); }

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