#3A3278

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

Shades of Jacksons Purple #3A3278

Tints of Jacksons Purple #3A3278

Color information

#3A3278 (or 0x3A3278) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 32 and 78. RGB value is (58,50,120). Sum of RGB (Red+Green+Blue) = 58+50+120=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A3278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3278 is #C5CD87. Grayscale: #3C3C3C. Windows color (decimal): -12963208 or 7877178. OLE color: 7877178.

HSL color Cylindrical-coordinate representation of color #3A3278: hue angle of 246.86º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A3278 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5850120-
CMYK0.520.5800.53
HSL246.86º41.18%33.33%-
HSV(B)246.86º58.33%47.06%-
XYZ6.284.5418.31-
YUV60.37161.65126.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.44%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 120 (47.27% from 255) = 52.63%
R=25.44%
G=21.93%
B=52.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58501200.520.5800.53246.8641.1833.33
Hex3A3278343A035f72921
Octal726217064720653675141
Binary1110101100101111000110100111010011010111110111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,50,120); }

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

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

 a { background-color: rgb(58,50,120); }

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

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

 span { border-color: rgb(58,50,120); }

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