Html Css Color HEX #3A3486 Jacksons Purple

📋 copy color: '#3A3486'

red 58 ◦ green 52 ◦ blue 134

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

Shades of Jacksons Purple #3A3486

Tints of Jacksons Purple #3A3486

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.31%

 BLUE value IS 134 (52.73% from 255) = 54.92%

R = 23.77%
G = 21.31%
B = 54.92%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A3486 (or 0x3A3486) is known color: Jacksons Purple. HEX triplet: 3A, 34 and 86. RGB value is (58,52,134). Sum of RGB (Red+Green+Blue) = 58+52+134=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 134 (52.73% from 255 or 54.92% from 244); Max value from RGB is 134 - color contains mainly: blue. Hex color #3A3486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3486 is #C5CB79. Grayscale: #3E3E3E. Windows color (decimal): -12962682 or 8795194. OLE color: 8795194.

HSL color Cylindrical-coordinate representation of color #3A3486: hue angle of 244.39º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A3486 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 52 134 -
CMYK 0.57 0.61 0 0.47
HSL 244.39º 0.44% 0.36% -
HSV(B) 244.39º 0.61% 0.53% -
XYZ 7.28 5.08 23.15 -
YUV 63.14 167.99 124.33 -
System Red Green Blue C M Y K H S L
Decimal 58 52 134 0.57 0.61 0 0.47 244.39 0.44 0.36
Hex 3A 34 86 39 3D 0 2F F4 2C 24
Octal 72 64 206 71 75 0 57 364 54 44
Binary 111010 110100 10000110 111001 111101 0 101111 11110100 101100 100100

Color Harmonies of #3A3486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3486

Black with #3A3486

Text Example


Text Example

White with #3A3486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,52,134); }

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

background-color css

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

 a { background-color: rgb(58,52,134); }

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

border-color css

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

 span { border-color: rgb(58,52,134); }

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