#3C4583

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

Shades of Jacksons Purple #3C4583

Tints of Jacksons Purple #3C4583

Color information

#3C4583 (or 0x3C4583) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 45 and 83. RGB value is (60,69,131). Sum of RGB (Red+Green+Blue) = 60+69+131=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #3C4583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4583 is #C3BA7C. Grayscale: #494949. Windows color (decimal): -12827261 or 8602940. OLE color: 8602940.

HSL color Cylindrical-coordinate representation of color #3C4583: hue angle of 232.39º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C4583 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6069131-
CMYK0.540.4700.49
HSL232.39º37.17%37.45%-
HSV(B)232.39º54.2%51.37%-
XYZ8.096.8622.37-
YUV73.38160.52118.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.08%
GREEN value IS 69 (27.34% from 255) = 26.54%
BLUE value IS 131 (51.56% from 255) = 50.38%
R=23.08%
G=26.54%
B=50.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60691310.540.4700.49232.3937.1737.45
Hex3C4583362F031e82525
Octal7410520366570613504545
Binary111100100010110000011110110101111011000111101000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,69,131); }

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

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

 a { background-color: rgb(60,69,131); }

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

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

 span { border-color: rgb(60,69,131); }

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