Html Css Color HEX #3A3879 Jacksons Purple

📋 copy color: '#3A3879'

red 58 ◦ green 56 ◦ blue 121

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

Shades of Jacksons Purple #3A3879

Tints of Jacksons Purple #3A3879

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.83%

 BLUE value IS 121 (47.66% from 255) = 51.49%

R = 24.68%
G = 23.83%
B = 51.49%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A3879 (or 0x3A3879) is known color: Jacksons Purple. HEX triplet: 3A, 38 and 79. RGB value is (58,56,121). Sum of RGB (Red+Green+Blue) = 58+56+121=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A3879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3879 is #C5C786. Grayscale: #3F3F3F. Windows color (decimal): -12961671 or 7944250. OLE color: 7944250.

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

Color convert

RGB 58 56 121 -
CMYK 0.52 0.54 0 0.53
HSL 241.85º 0.37% 0.35% -
HSV(B) 241.85º 0.54% 0.47% -
XYZ 6.61 5.11 18.73 -
YUV 64.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 58 56 121 0.52 0.54 0 0.53 241.85 0.37 0.35
Hex 3A 38 79 34 36 0 35 F2 25 23
Octal 72 70 171 64 66 0 65 362 45 43
Binary 111010 111000 1111001 110100 110110 0 110101 11110010 100101 100011

Color Harmonies of #3A3879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3879

Black with #3A3879

Text Example


Text Example

White with #3A3879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,56,121); }

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

background-color css

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

 a { background-color: rgb(58,56,121); }

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

border-color css

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

 span { border-color: rgb(58,56,121); }

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