Html Css Color HEX #3A327C Jacksons Purple

📋 copy color: '#3A327C'

red 58 ◦ green 50 ◦ blue 124

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

Shades of Jacksons Purple #3A327C

Tints of Jacksons Purple #3A327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

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

R = 25%
G = 21.55%
B = 53.45%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A327C (or 0x3A327C) is known color: Jacksons Purple. HEX triplet: 3A, 32 and 7C. RGB value is (58,50,124). Sum of RGB (Red+Green+Blue) = 58+50+124=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A327C is #C5CD83. Grayscale: #3C3C3C. Windows color (decimal): -12963204 or 8139322. OLE color: 8139322.

HSL color Cylindrical-coordinate representation of color #3A327C: hue angle of 246.49º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A327C is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 50 124 -
CMYK 0.53 0.60 0 0.51
HSL 246.49º 0.43% 0.34% -
HSV(B) 246.49º 0.6% 0.49% -
XYZ 6.52 4.64 19.62 -
YUV 60.83 163.65 125.98 -
System Red Green Blue C M Y K H S L
Decimal 58 50 124 0.53 0.60 0 0.51 246.49 0.43 0.34
Hex 3A 32 7C 35 3C 0 33 F6 2B 22
Octal 72 62 174 65 74 0 63 366 53 42
Binary 111010 110010 1111100 110101 111100 0 110011 11110110 101011 100010

Color Harmonies of #3A327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A327C

Black with #3A327C

Text Example


Text Example

White with #3A327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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