#3C377A

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

Shades of Jacksons Purple #3C377A

Tints of Jacksons Purple #3C377A

Color information

#3C377A (or 0x3C377A) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 37 and 7A. RGB value is (60,55,122). Sum of RGB (Red+Green+Blue) = 60+55+122=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C377A is #C3C885. Grayscale: #3F3F3F. Windows color (decimal): -12830854 or 8009532. OLE color: 8009532.

HSL color Cylindrical-coordinate representation of color #3C377A: hue angle of 244.48º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C377A is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6055122-
CMYK0.510.5500.52
HSL244.48º37.85%34.71%-
HSV(B)244.48º54.92%47.84%-
XYZ6.745.119.04-
YUV64.13160.66125.05-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.32%
GREEN value IS 55 (21.88% from 255) = 23.21%
BLUE value IS 122 (48.05% from 255) = 51.48%
R=25.32%
G=23.21%
B=51.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60551220.510.5500.52244.4837.8534.71
Hex3C377A3337034f42623
Octal746717263670643644643
Binary1111001101111111010110011110111011010011110100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,55,122); }

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

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

 a { background-color: rgb(60,55,122); }

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

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

 span { border-color: rgb(60,55,122); }

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