#3C438A

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

Shades of Jacksons Purple #3C438A

Tints of Jacksons Purple #3C438A

Color information

#3C438A (or 0x3C438A) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 43 and 8A. RGB value is (60,67,138). Sum of RGB (Red+Green+Blue) = 60+67+138=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C438A is #C3BC75. Grayscale: #484848. Windows color (decimal): -12827766 or 9061180. OLE color: 9061180.

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

Color convert

RGB6067138-
CMYK0.570.5100.46
HSL234.62º39.39%38.82%-
HSV(B)234.62º56.52%54.12%-
XYZ8.466.8124.91-
YUV73164.68118.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.64%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 138 (54.30% from 255) = 52.08%
R=22.64%
G=25.28%
B=52.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60671380.570.5100.46234.6239.3938.82
Hex3C438A393302Eeb2727
Octal7410321271630563534747
Binary111100100001110001010111001110011010111011101011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C438A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,67,138); }

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

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

 a { background-color: rgb(60,67,138); }

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

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

 span { border-color: rgb(60,67,138); }

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