Html Css Color HEX #3B438D Jacksons Purple

📋 copy color: '#3B438D'

red 59 ◦ green 67 ◦ blue 141

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

Shades of Jacksons Purple #3B438D

Tints of Jacksons Purple #3B438D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 52.81%

R = 22.1%
G = 25.09%
B = 52.81%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B438D (or 0x3B438D) is known color: Jacksons Purple. HEX triplet: 3B, 43 and 8D. RGB value is (59,67,141). Sum of RGB (Red+Green+Blue) = 59+67+141=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B438D is #C4BC72. Grayscale: #484848. Windows color (decimal): -12893299 or 9257787. OLE color: 9257787.

HSL color Cylindrical-coordinate representation of color #3B438D: hue angle of 234.15º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B438D is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 67 141 -
CMYK 0.58 0.52 0 0.45
HSL 234.15º 0.41% 0.39% -
HSV(B) 234.15º 0.58% 0.55% -
XYZ 8.62 6.87 26.07 -
YUV 73.04 166.35 117.98 -
System Red Green Blue C M Y K H S L
Decimal 59 67 141 0.58 0.52 0 0.45 234.15 0.41 0.39
Hex 3B 43 8D 3A 34 0 2D EA 29 27
Octal 73 103 215 72 64 0 55 352 51 47
Binary 111011 1000011 10001101 111010 110100 0 101101 11101010 101001 100111

Color Harmonies of #3B438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B438D

Black with #3B438D

Text Example


Text Example

White with #3B438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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