Html Css Color HEX #3C327F Jacksons Purple

📋 copy color: '#3C327F'

red 60 ◦ green 50 ◦ blue 127

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

Shades of Jacksons Purple #3C327F

Tints of Jacksons Purple #3C327F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 53.59%

R = 25.32%
G = 21.1%
B = 53.59%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C327F (or 0x3C327F) is known color: Jacksons Purple. HEX triplet: 3C, 32 and 7F. RGB value is (60,50,127). Sum of RGB (Red+Green+Blue) = 60+50+127=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C327F is #C3CD80. Grayscale: #3D3D3D. Windows color (decimal): -12832129 or 8335932. OLE color: 8335932.

HSL color Cylindrical-coordinate representation of color #3C327F: hue angle of 247.79º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C327F is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 50 127 -
CMYK 0.53 0.61 0 0.50
HSL 247.79º 0.44% 0.35% -
HSV(B) 247.79º 0.61% 0.5% -
XYZ 6.83 4.77 20.64 -
YUV 61.77 164.81 126.74 -
System Red Green Blue C M Y K H S L
Decimal 60 50 127 0.53 0.61 0 0.50 247.79 0.44 0.35
Hex 3C 32 7F 35 3D 0 32 F8 2C 23
Octal 74 62 177 65 75 0 62 370 54 43
Binary 111100 110010 1111111 110101 111101 0 110010 11111000 101100 100011

Color Harmonies of #3C327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C327F

Black with #3C327F

Text Example


Text Example

White with #3C327F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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