Html Css Color HEX #3C4390 Jacksons Purple

📋 copy color: '#3C4390'

red 60 ◦ green 67 ◦ blue 144

#3C4390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #3C4390

Tints of Jacksons Purple #3C4390

RGB

 RED value IS 60 (23.83% from 255) = 22.14%

 GREEN value IS 67 (26.56% from 255) = 24.72%

 BLUE value IS 144 (56.64% from 255) = 53.14%

R = 22.14%
G = 24.72%
B = 53.14%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C4390 (or 0x3C4390) is known color: Jacksons Purple. HEX triplet: 3C, 43 and 90. RGB value is (60,67,144). Sum of RGB (Red+Green+Blue) = 60+67+144=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C4390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4390 is #C3BC6F. Grayscale: #494949. Windows color (decimal): -12827760 or 9454396. OLE color: 9454396.

HSL color Cylindrical-coordinate representation of color #3C4390: hue angle of 235º 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 #3C4390 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 67 144 -
CMYK 0.58 0.53 0 0.44
HSL 235º 0.41% 0.4% -
HSV(B) 235º 0.58% 0.56% -
XYZ 8.9 6.99 27.27 -
YUV 73.69 167.68 118.24 -
System Red Green Blue C M Y K H S L
Decimal 60 67 144 0.58 0.53 0 0.44 235 0.41 0.4
Hex 3C 43 90 3A 35 0 2C EB 29 28
Octal 74 103 220 72 65 0 54 353 51 50
Binary 111100 1000011 10010000 111010 110101 0 101100 11101011 101001 101000

Color Harmonies of #3C4390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4390

Black with #3C4390

Text Example


Text Example

White with #3C4390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C4390;
 }
 .AnyTagClassName
 {
   color: #3C4390;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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