#3C3F90

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

Shades of Jacksons Purple #3C3F90

Tints of Jacksons Purple #3C3F90

Color information

#3C3F90 (or 0x3C3F90) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 3F and 90. RGB value is (60,63,144). Sum of RGB (Red+Green+Blue) = 60+63+144=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C3F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3F90 is #C3C06F. Grayscale: #474747. Windows color (decimal): -12828784 or 9453372. OLE color: 9453372.

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

Color convert

RGB6063144-
CMYK0.580.5600.44
HSL237.86º41.18%40%-
HSV(B)237.86º58.33%56.47%-
XYZ8.686.5327.19-
YUV71.34169.01119.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.47%
GREEN value IS 63 (25% from 255) = 23.60%
BLUE value IS 144 (56.64% from 255) = 53.93%
R=22.47%
G=23.60%
B=53.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60631440.580.5600.44237.8641.1840
Hex3C3F903A3802Cee2928
Octal747722072700543565150
Binary11110011111110010000111010111000010110011101110101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,63,144); }

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

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

 a { background-color: rgb(60,63,144); }

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

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

 span { border-color: rgb(60,63,144); }

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