Html Css Color HEX #3A317C Jacksons Purple

📋 copy color: '#3A317C'

red 58 ◦ green 49 ◦ blue 124

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

Shades of Jacksons Purple #3A317C

Tints of Jacksons Purple #3A317C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.21%

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

R = 25.11%
G = 21.21%
B = 53.68%

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

#3A317C (or 0x3A317C) is known color: Jacksons Purple. HEX triplet: 3A, 31 and 7C. RGB value is (58,49,124). Sum of RGB (Red+Green+Blue) = 58+49+124=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A317C is #C5CE83. Grayscale: #3B3B3B. Windows color (decimal): -12963460 or 8139066. OLE color: 8139066.

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

Color convert

RGB 58 49 124 -
CMYK 0.53 0.60 0 0.51
HSL 247.2º 0.43% 0.34% -
HSV(B) 247.2º 0.6% 0.49% -
XYZ 6.48 4.55 19.61 -
YUV 60.24 163.98 126.4 -
System Red Green Blue C M Y K H S L
Decimal 58 49 124 0.53 0.60 0 0.51 247.2 0.43 0.34
Hex 3A 31 7C 35 3C 0 33 F7 2B 22
Octal 72 61 174 65 74 0 63 367 53 42
Binary 111010 110001 1111100 110101 111100 0 110011 11110111 101011 100010

Color Harmonies of #3A317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A317C

Black with #3A317C

Text Example


Text Example

White with #3A317C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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