Html Css Color HEX #3A3676 Jacksons Purple

📋 copy color: '#3A3676'

red 58 ◦ green 54 ◦ blue 118

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

Shades of Jacksons Purple #3A3676

Tints of Jacksons Purple #3A3676

RGB

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

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

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

R = 25.22%
G = 23.48%
B = 51.3%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A3676 (or 0x3A3676) is known color: Jacksons Purple. HEX triplet: 3A, 36 and 76. RGB value is (58,54,118). Sum of RGB (Red+Green+Blue) = 58+54+118=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A3676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3676 is #C5C989. Grayscale: #3E3E3E. Windows color (decimal): -12962186 or 7747130. OLE color: 7747130.

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

Color convert

RGB 58 54 118 -
CMYK 0.51 0.54 0 0.54
HSL 243.75º 0.37% 0.34% -
HSV(B) 243.75º 0.54% 0.46% -
XYZ 6.33 4.85 17.74 -
YUV 62.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 58 54 118 0.51 0.54 0 0.54 243.75 0.37 0.34
Hex 3A 36 76 33 36 0 36 F4 25 22
Octal 72 66 166 63 66 0 66 364 45 42
Binary 111010 110110 1110110 110011 110110 0 110110 11110100 100101 100010

Color Harmonies of #3A3676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3676

Black with #3A3676

Text Example


Text Example

White with #3A3676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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