Html Css Color HEX #3A327D Jacksons Purple

📋 copy color: '#3A327D'

red 58 ◦ green 50 ◦ blue 125

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

Shades of Jacksons Purple #3A327D

Tints of Jacksons Purple #3A327D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 53.65%

R = 24.89%
G = 21.46%
B = 53.65%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A327D (or 0x3A327D) is known color: Jacksons Purple. HEX triplet: 3A, 32 and 7D. RGB value is (58,50,125). Sum of RGB (Red+Green+Blue) = 58+50+125=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A327D is #C5CD82. Grayscale: #3C3C3C. Windows color (decimal): -12963203 or 8204858. OLE color: 8204858.

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

Color convert

RGB 58 50 125 -
CMYK 0.54 0.60 0 0.51
HSL 246.4º 0.43% 0.34% -
HSV(B) 246.4º 0.6% 0.49% -
XYZ 6.59 4.66 19.95 -
YUV 60.94 164.15 125.9 -
System Red Green Blue C M Y K H S L
Decimal 58 50 125 0.54 0.60 0 0.51 246.4 0.43 0.34
Hex 3A 32 7D 36 3C 0 33 F6 2B 22
Octal 72 62 175 66 74 0 63 366 53 42
Binary 111010 110010 1111101 110110 111100 0 110011 11110110 101011 100010

Color Harmonies of #3A327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A327D

Black with #3A327D

Text Example


Text Example

White with #3A327D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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