Html Css Color HEX #3A3678 Jacksons Purple

📋 copy color: '#3A3678'

red 58 ◦ green 54 ◦ blue 120

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

Shades of Jacksons Purple #3A3678

Tints of Jacksons Purple #3A3678

RGB

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

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

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

R = 25%
G = 23.28%
B = 51.72%

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

#3A3678 (or 0x3A3678) is known color: Jacksons Purple. HEX triplet: 3A, 36 and 78. RGB value is (58,54,120). Sum of RGB (Red+Green+Blue) = 58+54+120=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A3678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3678 is #C5C987. Grayscale: #3E3E3E. Windows color (decimal): -12962184 or 7878202. OLE color: 7878202.

HSL color Cylindrical-coordinate representation of color #3A3678: hue angle of 243.64º 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 #3A3678 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 54 120 -
CMYK 0.52 0.55 0 0.53
HSL 243.64º 0.38% 0.34% -
HSV(B) 243.64º 0.55% 0.47% -
XYZ 6.45 4.89 18.37 -
YUV 62.72 160.33 124.63 -
System Red Green Blue C M Y K H S L
Decimal 58 54 120 0.52 0.55 0 0.53 243.64 0.38 0.34
Hex 3A 36 78 34 37 0 35 F4 26 22
Octal 72 66 170 64 67 0 65 364 46 42
Binary 111010 110110 1111000 110100 110111 0 110101 11110100 100110 100010

Color Harmonies of #3A3678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3678

Black with #3A3678

Text Example


Text Example

White with #3A3678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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