Html Css Color HEX #3A357C Jacksons Purple

📋 copy color: '#3A357C'

red 58 ◦ green 53 ◦ blue 124

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

Shades of Jacksons Purple #3A357C

Tints of Jacksons Purple #3A357C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 52.77%

R = 24.68%
G = 22.55%
B = 52.77%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A357C (or 0x3A357C) is known color: Jacksons Purple. HEX triplet: 3A, 35 and 7C. RGB value is (58,53,124). Sum of RGB (Red+Green+Blue) = 58+53+124=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A357C is #C5CA83. Grayscale: #3E3E3E. Windows color (decimal): -12962436 or 8140090. OLE color: 8140090.

HSL color Cylindrical-coordinate representation of color #3A357C: hue angle of 244.23º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A357C is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 53 124 -
CMYK 0.53 0.57 0 0.51
HSL 244.23º 0.4% 0.35% -
HSV(B) 244.23º 0.57% 0.49% -
XYZ 6.66 4.9 19.66 -
YUV 62.59 162.66 124.73 -
System Red Green Blue C M Y K H S L
Decimal 58 53 124 0.53 0.57 0 0.51 244.23 0.4 0.35
Hex 3A 35 7C 35 39 0 33 F4 28 23
Octal 72 65 174 65 71 0 63 364 50 43
Binary 111010 110101 1111100 110101 111001 0 110011 11110100 101000 100011

Color Harmonies of #3A357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A357C

Black with #3A357C

Text Example


Text Example

White with #3A357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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