Html Css Color HEX #3A3577 Jacksons Purple

📋 copy color: '#3A3577'

red 58 ◦ green 53 ◦ blue 119

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

Shades of Jacksons Purple #3A3577

Tints of Jacksons Purple #3A3577

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.04%

 BLUE value IS 119 (46.88% from 255) = 51.74%

R = 25.22%
G = 23.04%
B = 51.74%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A3577 (or 0x3A3577) is known color: Jacksons Purple. HEX triplet: 3A, 35 and 77. RGB value is (58,53,119). Sum of RGB (Red+Green+Blue) = 58+53+119=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A3577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3577 is #C5CA88. Grayscale: #3D3D3D. Windows color (decimal): -12962441 or 7812410. OLE color: 7812410.

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

Color convert

RGB 58 53 119 -
CMYK 0.51 0.55 0 0.53
HSL 244.55º 0.38% 0.34% -
HSV(B) 244.55º 0.55% 0.47% -
XYZ 6.35 4.78 18.04 -
YUV 62.02 160.16 125.13 -
System Red Green Blue C M Y K H S L
Decimal 58 53 119 0.51 0.55 0 0.53 244.55 0.38 0.34
Hex 3A 35 77 33 37 0 35 F5 26 22
Octal 72 65 167 63 67 0 65 365 46 42
Binary 111010 110101 1110111 110011 110111 0 110101 11110101 100110 100010

Color Harmonies of #3A3577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3577

Black with #3A3577

Text Example


Text Example

White with #3A3577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,53,119); }

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

background-color css

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

 a { background-color: rgb(58,53,119); }

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

border-color css

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

 span { border-color: rgb(58,53,119); }

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