Html Css Color HEX #3A3679 Jacksons Purple

📋 copy color: '#3A3679'

red 58 ◦ green 54 ◦ blue 121

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

Shades of Jacksons Purple #3A3679

Tints of Jacksons Purple #3A3679

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.18%

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

R = 24.89%
G = 23.18%
B = 51.93%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A3679 (or 0x3A3679) is known color: Jacksons Purple. HEX triplet: 3A, 36 and 79. RGB value is (58,54,121). Sum of RGB (Red+Green+Blue) = 58+54+121=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A3679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3679 is #C5C986. Grayscale: #3E3E3E. Windows color (decimal): -12962183 or 7943738. OLE color: 7943738.

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

Color convert

RGB 58 54 121 -
CMYK 0.52 0.55 0 0.53
HSL 243.58º 0.38% 0.34% -
HSV(B) 243.58º 0.55% 0.47% -
XYZ 6.52 4.92 18.7 -
YUV 62.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 58 54 121 0.52 0.55 0 0.53 243.58 0.38 0.34
Hex 3A 36 79 34 37 0 35 F4 26 22
Octal 72 66 171 64 67 0 65 364 46 42
Binary 111010 110110 1111001 110100 110111 0 110101 11110100 100110 100010

Color Harmonies of #3A3679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3679

Black with #3A3679

Text Example


Text Example

White with #3A3679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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