Html Css Color HEX #3C327C Jacksons Purple

📋 copy color: '#3C327C'

red 60 ◦ green 50 ◦ blue 124

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

Shades of Jacksons Purple #3C327C

Tints of Jacksons Purple #3C327C

RGB

 RED value IS 60 (23.83% from 255) = 25.64%

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

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

R = 25.64%
G = 21.37%
B = 52.99%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C327C (or 0x3C327C) is known color: Jacksons Purple. HEX triplet: 3C, 32 and 7C. RGB value is (60,50,124). Sum of RGB (Red+Green+Blue) = 60+50+124=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C327C is #C3CD83. Grayscale: #3D3D3D. Windows color (decimal): -12832132 or 8139324. OLE color: 8139324.

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

Color convert

RGB 60 50 124 -
CMYK 0.52 0.60 0 0.51
HSL 248.11º 0.43% 0.34% -
HSV(B) 248.11º 0.6% 0.49% -
XYZ 6.64 4.7 19.63 -
YUV 61.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 60 50 124 0.52 0.60 0 0.51 248.11 0.43 0.34
Hex 3C 32 7C 34 3C 0 33 F8 2B 22
Octal 74 62 174 64 74 0 63 370 53 42
Binary 111100 110010 1111100 110100 111100 0 110011 11111000 101011 100010

Color Harmonies of #3C327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C327C

Black with #3C327C

Text Example


Text Example

White with #3C327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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