#3A3C88

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

Shades of Jacksons Purple #3A3C88

Tints of Jacksons Purple #3A3C88

Color information

#3A3C88 (or 0x3A3C88) is unknown color: approx Jacksons Purple. HEX triplet: 3A, 3C and 88. RGB value is (58,60,136). Sum of RGB (Red+Green+Blue) = 58+60+136=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A3C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3C88 is #C5C377. Grayscale: #434343. Windows color (decimal): -12960632 or 8928314. OLE color: 8928314.

HSL color Cylindrical-coordinate representation of color #3A3C88: hue angle of 238.46º 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 #3A3C88 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5860136-
CMYK0.570.5600.47
HSL238.46º40.21%38.04%-
HSV(B)238.46º57.35%53.33%-
XYZ7.85.9124.02-
YUV68.07166.34120.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.83%
GREEN value IS 60 (23.83% from 255) = 23.62%
BLUE value IS 136 (53.52% from 255) = 53.54%
R=22.83%
G=23.62%
B=53.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58601360.570.5600.47238.4640.2138.04
Hex3A3C88393802Fee2826
Octal727421071700573565046
Binary11101011110010001000111001111000010111111101110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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