Html Css Color HEX #3E3B78 Jacksons Purple

📋 copy color: '#3E3B78'

red 62 ◦ green 59 ◦ blue 120

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

Shades of Jacksons Purple #3E3B78

Tints of Jacksons Purple #3E3B78

RGB

 RED value IS 62 (24.61% from 255) = 25.73%

 GREEN value IS 59 (23.44% from 255) = 24.48%

 BLUE value IS 120 (47.27% from 255) = 49.79%

R = 25.73%
G = 24.48%
B = 49.79%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3E3B78 (or 0x3E3B78) is known color: Jacksons Purple. HEX triplet: 3E, 3B and 78. RGB value is (62,59,120). Sum of RGB (Red+Green+Blue) = 62+59+120=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E3B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3B78 is #C1C487. Grayscale: #424242. Windows color (decimal): -12698760 or 7879486. OLE color: 7879486.

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

Color convert

RGB 62 59 120 -
CMYK 0.48 0.51 0 0.53
HSL 242.95º 0.34% 0.35% -
HSV(B) 242.95º 0.51% 0.47% -
XYZ 6.94 5.51 18.47 -
YUV 66.85 157.99 124.54 -
System Red Green Blue C M Y K H S L
Decimal 62 59 120 0.48 0.51 0 0.53 242.95 0.34 0.35
Hex 3E 3B 78 30 33 0 35 F3 22 23
Octal 76 73 170 60 63 0 65 363 42 43
Binary 111110 111011 1111000 110000 110011 0 110101 11110011 100010 100011

Color Harmonies of #3E3B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3B78

Black with #3E3B78

Text Example


Text Example

White with #3E3B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,59,120); }

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

background-color css

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

 a { background-color: rgb(62,59,120); }

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

border-color css

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

 span { border-color: rgb(62,59,120); }

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