Html Css Color HEX #3C4291 Jacksons Purple

📋 copy color: '#3C4291'

red 60 ◦ green 66 ◦ blue 145

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

Shades of Jacksons Purple #3C4291

Tints of Jacksons Purple #3C4291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

 BLUE value IS 145 (57.03% from 255) = 53.51%

R = 22.14%
G = 24.35%
B = 53.51%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3C4291 (or 0x3C4291) is known color: Jacksons Purple. HEX triplet: 3C, 42 and 91. RGB value is (60,66,145). Sum of RGB (Red+Green+Blue) = 60+66+145=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C4291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4291 is #C3BD6E. Grayscale: #484848. Windows color (decimal): -12828015 or 9519676. OLE color: 9519676.

HSL color Cylindrical-coordinate representation of color #3C4291: hue angle of 235.76º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C4291 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 60 66 145 -
CMYK 0.59 0.54 0 0.43
HSL 235.76º 0.41% 0.4% -
HSV(B) 235.76º 0.59% 0.57% -
XYZ 8.92 6.9 27.65 -
YUV 73.21 168.51 118.58 -
System Red Green Blue C M Y K H S L
Decimal 60 66 145 0.59 0.54 0 0.43 235.76 0.41 0.4
Hex 3C 42 91 3B 36 0 2B EC 29 28
Octal 74 102 221 73 66 0 53 354 51 50
Binary 111100 1000010 10010001 111011 110110 0 101011 11101100 101001 101000

Color Harmonies of #3C4291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4291

Black with #3C4291

Text Example


Text Example

White with #3C4291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,66,145); }

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

background-color css

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

 a { background-color: rgb(60,66,145); }

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

border-color css

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

 span { border-color: rgb(60,66,145); }

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