Html Css Color HEX #3C4091 Jacksons Purple

📋 copy color: '#3C4091'

red 60 ◦ green 64 ◦ blue 145

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

Shades of Jacksons Purple #3C4091

Tints of Jacksons Purple #3C4091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.79%

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

R = 22.3%
G = 23.79%
B = 53.9%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3C4091 (or 0x3C4091) is known color: Jacksons Purple. HEX triplet: 3C, 40 and 91. RGB value is (60,64,145). Sum of RGB (Red+Green+Blue) = 60+64+145=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C4091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4091 is #C3BF6E. Grayscale: #474747. Windows color (decimal): -12828527 or 9519164. OLE color: 9519164.

HSL color Cylindrical-coordinate representation of color #3C4091: hue angle of 237.18º 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 #3C4091 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 60 64 145 -
CMYK 0.59 0.56 0 0.43
HSL 237.18º 0.41% 0.4% -
HSV(B) 237.18º 0.59% 0.57% -
XYZ 8.81 6.67 27.61 -
YUV 72.04 169.17 119.41 -
System Red Green Blue C M Y K H S L
Decimal 60 64 145 0.59 0.56 0 0.43 237.18 0.41 0.4
Hex 3C 40 91 3B 38 0 2B ED 29 28
Octal 74 100 221 73 70 0 53 355 51 50
Binary 111100 1000000 10010001 111011 111000 0 101011 11101101 101001 101000

Color Harmonies of #3C4091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4091

Black with #3C4091

Text Example


Text Example

White with #3C4091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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