Html Css Color HEX #3B4391 Jacksons Purple

📋 copy color: '#3B4391'

red 59 ◦ green 67 ◦ blue 145

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

Shades of Jacksons Purple #3B4391

Tints of Jacksons Purple #3B4391

RGB

 RED value IS 59 (23.44% from 255) = 21.77%

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

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

R = 21.77%
G = 24.72%
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

#3B4391 (or 0x3B4391) is known color: Jacksons Purple. HEX triplet: 3B, 43 and 91. RGB value is (59,67,145). Sum of RGB (Red+Green+Blue) = 59+67+145=271 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.77% from 271); Green value is 67 (26.56% from 255 or 24.72% 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 #3B4391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4391 is #C4BC6E. Grayscale: #494949. Windows color (decimal): -12893295 or 9519931. OLE color: 9519931.

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

Color convert

RGB 59 67 145 -
CMYK 0.59 0.54 0 0.43
HSL 234.42º 0.42% 0.4% -
HSV(B) 234.42º 0.59% 0.57% -
XYZ 8.92 6.99 27.67 -
YUV 73.5 168.35 117.66 -
System Red Green Blue C M Y K H S L
Decimal 59 67 145 0.59 0.54 0 0.43 234.42 0.42 0.4
Hex 3B 43 91 3B 36 0 2B EA 2A 28
Octal 73 103 221 73 66 0 53 352 52 50
Binary 111011 1000011 10010001 111011 110110 0 101011 11101010 101010 101000

Color Harmonies of #3B4391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4391

Black with #3B4391

Text Example


Text Example

White with #3B4391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,67,145); }

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

background-color css

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

 a { background-color: rgb(59,67,145); }

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

border-color css

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

 span { border-color: rgb(59,67,145); }

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