#3C458A

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

Shades of Jacksons Purple #3C458A

Tints of Jacksons Purple #3C458A

Color information

#3C458A (or 0x3C458A) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 45 and 8A. RGB value is (60,69,138). Sum of RGB (Red+Green+Blue) = 60+69+138=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C458A is #C3BA75. Grayscale: #494949. Windows color (decimal): -12827254 or 9061692. OLE color: 9061692.

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

Color convert

RGB6069138-
CMYK0.570.500.46
HSL233.08º39.39%38.82%-
HSV(B)233.08º56.52%54.12%-
XYZ8.587.0524.95-
YUV74.18164.02117.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.47%
GREEN value IS 69 (27.34% from 255) = 25.84%
BLUE value IS 138 (54.30% from 255) = 51.69%
R=22.47%
G=25.84%
B=51.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60691380.570.500.46233.0839.3938.82
Hex3C458A393202Ee92727
Octal7410521271620563514747
Binary111100100010110001010111001110010010111011101001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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