Html Css Color HEX #3B3A76 Jacksons Purple

📋 copy color: '#3B3A76'

red 59 ◦ green 58 ◦ blue 118

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

Shades of Jacksons Purple #3B3A76

Tints of Jacksons Purple #3B3A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.68%

 BLUE value IS 118 (46.48% from 255) = 50.21%

R = 25.11%
G = 24.68%
B = 50.21%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3B3A76 (or 0x3B3A76) is known color: Jacksons Purple. HEX triplet: 3B, 3A and 76. RGB value is (59,58,118). Sum of RGB (Red+Green+Blue) = 59+58+118=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B3A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3A76 is #C4C589. Grayscale: #404040. Windows color (decimal): -12895626 or 7748155. OLE color: 7748155.

HSL color Cylindrical-coordinate representation of color #3B3A76: hue angle of 241º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B3A76 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 59 58 118 -
CMYK 0.50 0.51 0 0.54
HSL 241º 0.34% 0.35% -
HSV(B) 241º 0.51% 0.46% -
XYZ 6.59 5.26 17.81 -
YUV 65.14 157.83 123.62 -
System Red Green Blue C M Y K H S L
Decimal 59 58 118 0.50 0.51 0 0.54 241 0.34 0.35
Hex 3B 3A 76 32 33 0 36 F1 22 23
Octal 73 72 166 62 63 0 66 361 42 43
Binary 111011 111010 1110110 110010 110011 0 110110 11110001 100010 100011

Color Harmonies of #3B3A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3A76

Black with #3B3A76

Text Example


Text Example

White with #3B3A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,58,118); }

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

background-color css

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

 a { background-color: rgb(59,58,118); }

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

border-color css

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

 span { border-color: rgb(59,58,118); }

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